FSDMGR_OpenFileLockState (Windows CE 5.0)

Send Feedback

This function is a helper macro provided by FSDMGR to initialize a new FILELOCKSTATE structure.

void FSDMGR_OpenFileLockState (
  PFILELOCKSTATE pFileLockState
);

Parameters

  • pFileLockState
    [out] Pointer to an uninitialized FILELOCKSTATE structure.

Return Values

None.

Remarks

This is a macro, not a function.

Every open file should have a FILELOCKSTATE structure associated with it. Multiple open handles to the same file should share the same FILELOCKSTATE structure. This structure should be initialized when the first handle to the file is opened.

Requirements

OS Versions: Windows CE 5.0 and later.
Header: lockmgrhelp.h.
Link Library: Fsdmgr.lib.

See Also

FSDMGR_CreateFileHandle | MyFSD_CreateFileW | MyFSD_FindFirstFileW

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.