DosQueryFSInfo Parameter - pBuf
pBuf
(
PVOID
) - output
Address of the storage area where the system returns the requested level of file information.
Level 1 Information
When a value of 1 (FSIL_ALLOC) is specified for
infolevel
, the information is returned in the format of an
FSALLOCATE
structure.
Level 2 Information
When a value of 2 (FSIL_VOLSER) is specified for
infolevel
, the information is returned in the format of an
FSINFO
structure.
[Back: DosQueryFSInfo Parameter - infolevel]
[Next: DosQueryFSInfo Parameter - cbBuf]