Partager via


structure FILE_FS_DEVICE_INFORMATION (wdm.h)

La structure FILE_FS_DEVICE_INFORMATION fournit des informations sur le type d’objet d’appareil associé à un objet de fichier.

Syntaxe

typedef struct _FILE_FS_DEVICE_INFORMATION {
  DEVICE_TYPE DeviceType;
  ULONG       Characteristics;
} FILE_FS_DEVICE_INFORMATION, *PFILE_FS_DEVICE_INFORMATION;

Membres

DeviceType

Définissez quand un pilote appelle IoCreateDevice le cas échéant pour le type d’appareil sous-jacent. Pour plus d’informations, consultez Spécification des types d’appareils.

Characteristics

Caractéristiques de l’appareil. Pour obtenir une description des valeurs pertinentes, consultez DEVICE_OBJECT.

Exigences

Exigence Valeur
d’en-tête wdm.h (include Wdm.h, Ntddk.h, Ntifs.h)

Voir aussi

DEVICE_OBJECT