structure FILE_IS_REMOTE_DEVICE_INFORMATION (wdm.h)

La structure FILE_IS_REMOTE_DEVICE_INFORMATION est utilisée comme argument de la routine ZwQueryInformationFile .

Syntaxe

typedef struct _FILE_IS_REMOTE_DEVICE_INFORMATION {
  BOOLEAN IsRemote;
} FILE_IS_REMOTE_DEVICE_INFORMATION, *PFILE_IS_REMOTE_DEVICE_INFORMATION;

Membres

IsRemote

Valeur qui indique si le système de fichiers qui contient le fichier est un système de fichiers distant.

Configuration requise

Condition requise Valeur
En-tête wdm.h (inclure Wdm.h, Ntddk.h, Ntifs.h)

Voir aussi

ZwQueryInformationFile