Partager via


structure ACPI_GET_DEVICE_SPECIFIC_DATA (acpiioct.h)

La structure ACPI_GET_DEVICE_SPECIFIC_DATA contient des arguments d’entrée pour la méthode de contrôle IOCTL_ACPI_GET_DEVICE_SPECIFIC_DATA.

Syntaxe

typedef struct _ACPI_GET_DEVICE_SPECIFIC_DATA {
  ULONG Signature;
  GUID  Section;
  ULONG PropertyNameLength;
  UCHAR PropertyName[ANYSIZE_ARRAY];
} ACPI_GET_DEVICE_SPECIFIC_DATA, *PACPI_GET_DEVICE_SPECIFIC_DATA;

Membres

Signature

Identificateur unique pour le IOCTL.

Section

GUID spécifié par l’appelant.

PropertyNameLength

Longueur du nom de la propriété.

PropertyName[ANYSIZE_ARRAY]

Spécifie le nom de la propriété. S’il n’est pas spécifié, le PropertyNameLength et le PropertyName sont retournés. Si un PropertyName est spécifié, seule la valeur de cette PropertyName est retournée.

Exigences

Exigence Valeur
d’en-tête acpiioct.h (include Acpiioct.h)