struttura FILE_LOCK (ntifs.h)
Questa struttura è riservata all'uso del sistema. Il sistema operativo usa la struttura FILE_LOCK opaca per supportare il blocco dei file.
Sintassi
typedef struct _FILE_LOCK {
PCOMPLETE_LOCK_IRP_ROUTINE CompleteLockIrpRoutine;
PUNLOCK_ROUTINE UnlockRoutine;
BOOLEAN FastIoIsQuestionable;
BOOLEAN SpareC[3];
PVOID LockInformation;
FILE_LOCK_INFO LastReturnedLockInfo;
PVOID LastReturnedLock;
LONG LockRequestsInProgress;
} FILE_LOCK;
Membri
CompleteLockIrpRoutine
Riservato per l'uso del sistema.
UnlockRoutine
Riservato per l'uso del sistema.
FastIoIsQuestionable
Riservato per l'uso del sistema.
SpareC[3]
Riservato per l'uso del sistema.
LockInformation
Riservato per l'uso del sistema.
LastReturnedLockInfo
Riservato per l'uso del sistema.
LastReturnedLock
Riservato per l'uso del sistema.
LockRequestsInProgress
Riservato per l'uso del sistema.
Fabbisogno
Requisito | Valore |
---|---|
client minimo supportato | Windows 2000 |
intestazione |
ntifs.h |