INtime SDK Help
SetRtFileInfoByHandle
INtime SDK v6 > About INtime > INtime Kernel > Files > SetRtFileInfoByHandle

Sets file information for the specified file.

BOOLEAN SetRtFileInfoByHandle(
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_BASIC FILE_INFO_BASIC.
lpInfoBuffer
A pointer to a buffer where the information is to be stored.
dwBufferSize
The size of the buffer.

Return value

Returns TRUE on success, or FALSE on failure.

Requirements

Versions Defined in Include Link to
INtime 6.0 intime/rt/include/rtbase.h rt.h rt.lib

See Also