struttura FILE_IS_REMOTE_DEVICE_INFORMATION (wdm.h)
La struttura FILE_IS_REMOTE_DEVICE_INFORMATION viene usata come argomento della routine ZwQueryInformationFile.
Sintassi
typedef struct _FILE_IS_REMOTE_DEVICE_INFORMATION {
BOOLEAN IsRemote;
} FILE_IS_REMOTE_DEVICE_INFORMATION, *PFILE_IS_REMOTE_DEVICE_INFORMATION;
Membri
IsRemote
Valore che indica se il file system che contiene il file system è un file system remoto.
Fabbisogno
Requisito | Valore |
---|---|
intestazione | wdm.h (include Wdm.h, Ntddk.h, Ntifs.h) |