struttura FILE_IS_REMOTE_DEVICE_INFORMATION (wdm.h)

La struttura FILE_IS_REMOTE_DEVICE_INFORMATION viene utilizzata 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;

Members

IsRemote

Valore che indica se il file system che contiene il file è un file system remoto.

Requisiti

Requisito Valore
Intestazione wdm.h (include Wdm.h, Ntddk.h, Ntifs.h)

Vedi anche

ZwQueryInformationFile