Retrieves file information for the specified file.
BOOLEAN GetRtFileInfoByHandle(
RTHANDLE hFile,
DWORD hInfoType,
LPVOID lpInfoBuffer,
DWORD dwBufferSize);
Parameters
hFile
- A handle for a file object
hInfoType
- A value that specifies the type of information to be retrieved. Possible values include:
Value |
Structure type returned |
FILE_INFO_TYPE_COMMON |
FILE_INFO_COMMON |
FILE_INFO_TYPE_BASIC |
FILE_INFO_BASIC |
FILE_INFO_TYPE_STANDARD |
FILE_INFO_STANDARD |
FILE_INFO_TYPE_ID |
FILE_INFO_ID |
lpInfoBuffer
- A pointer to a buffer where the information is to be stored.
dwBufferSize
- The size of the buffer.
Requirements
Versions |
Defined in |
Include |
Link to |
INtime 6.0 |
intime/rt/include/rtbase.h |
rt.h |
rt.lib |
See Also