FILE_LOCK_INFO struttura (ntifs.h)
La struttura FILE_LOCK_INFO è riservata per l'uso del sistema.
Sintassi
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
Riservato per l'utilizzo nel sistema.
Length
Riservato per l'utilizzo nel sistema.
ExclusiveLock
Riservato per l'utilizzo nel sistema.
Key
Riservato per l'utilizzo nel sistema.
FileObject
Riservato per l'utilizzo nel sistema.
ProcessId
Riservato per l'utilizzo nel sistema.
EndingByte
Riservato per l'utilizzo nel sistema.
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows 2000 |
Intestazione | ntifs.h |