Condividi tramite


struttura FILE_LOCK_INFO (ntifs.h)

La struttura FILE_LOCK_INFO è riservata all'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;

Membri

StartingByte

Riservato per l'uso del sistema.

Length

Riservato per l'uso del sistema.

ExclusiveLock

Riservato per l'uso del sistema.

Key

Riservato per l'uso del sistema.

FileObject

Riservato per l'uso del sistema.

ProcessId

Riservato per l'uso del sistema.

EndingByte

Riservato per l'uso del sistema.

Fabbisogno

Requisito Valore
client minimo supportato Windows 2000
intestazione ntifs.h

Vedere anche

FILE_LOCK