Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

FILE_LOCK_INFO structure (ntifs.h)

The FILE_LOCK_INFO structure is reserved for system use.

Syntax

typedef struct _FILE_LOCK_INFO {
 LARGE_INTEGER StartingByte;
 LARGE_INTEGER Length;
 BOOLEAN ExclusiveLock;
 ULONG Key;
 PFILE_OBJECT FileObject;
 PVOID ProcessId;
 LARGE_INTEGER EndingByte;
} FILE_LOCK_INFO;

Members

StartingByte

Reserved for system use.

Length

Reserved for system use.

ExclusiveLock

Reserved for system use.

Key

Reserved for system use.

FileObject

Reserved for system use.

ProcessId

Reserved for system use.

EndingByte

Reserved for system use.

Requirements

Requirement Value
Minimum supported client Windows 2000
Header ntifs.h

See also

FILE_LOCK


Feedback

Was this page helpful?

Additional resources