struttura FILE_LOCK (ntifs.h)

Questa struttura è riservata per l'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;

Members

CompleteLockIrpRoutine

Riservato per l'utilizzo nel sistema.

UnlockRoutine

Riservato per l'utilizzo nel sistema.

FastIoIsQuestionable

Riservato per l'utilizzo nel sistema.

SpareC[3]

Riservato per l'utilizzo nel sistema.

LockInformation

Riservato per l'utilizzo nel sistema.

LastReturnedLockInfo

Riservato per l'utilizzo nel sistema.

LastReturnedLock

Riservato per l'utilizzo nel sistema.

LockRequestsInProgress

Riservato per l'utilizzo nel sistema.

Requisiti

Requisito Valore
Client minimo supportato Windows 2000
Intestazione ntifs.h

Vedi anche

PCOMPLETE_LOCK_IRP_ROUTINE