FSDMGR_OpenFileLockState
A version of this page is also available for
4/8/2010
This helper macro is provided by File System Disk Manager (FSDMGR) to initialize a FILELOCKSTATE structure.
Syntax
void FSDMGR_OpenFileLockState (
PFILELOCKSTATE pFileLockState
);
Parameters
- pFileLockState
[out] Pointer to an uninitialized FILELOCKSTATE structure.
Return Value
None.
Remarks
Every open file has a FILELOCKSTATE structure associated with it. Multiple open handles to the same file share the same FILELOCKSTATE structure. This structure is initialized when the first handle to the file is opened.
Requirements
Header | lockmgrhelp.h |
Library | Fsdmgr.lib |
Windows Embedded CE | Windows CE 5.0 and later |
Windows Mobile | Windows Mobile Version 5.0 and later |
See Also
Reference
FSDMGR_CreateFileHandle
MyFSD_CreateFileW
MyFSD_FindFirstFileW