_BtStat() Function
<< Click to Display Table of Contents >>
_BtStat() Function
|
|
Purpose
Retrieve status information from a file
Prototype
FUNCTION _BtStat ( hFile AS PTR, PTRBuffer AS PTR, nBufLen REF WORD, PTRKey AS PTR ) AS LOGIC
Argument(s)
<hFile> | File handle that was returned by _BtOpen |
<ptrBuffer> | Pointer to structure that will hold the status information (strStatFileSpecs) |
<nBufLen> | Length of the buffer |
<ptrKey> | Pointer to Key Buffer |
Description
The _BtStat function is used to read statistics about an open Btrieve File.
It expects a strStatFileSpecs as one of its arguments. This buffer should be large
enough to hold all the information about a file.
See Also