Condividi tramite


struttura ACPI_EVAL_INPUT_BUFFER_SIMPLE_STRING_V2 (acpiioct.h)

In questo argomento viene descritta la struttura ACPI_EVAL_INPUT_BUFFER_SIMPLE_STRING_V2.

Sintassi

typedef struct _ACPI_EVAL_INPUT_BUFFER_SIMPLE_STRING_V2 {
  ULONG Signature;
  union {
    UCHAR MethodName[4];
    ULONG MethodNameAsUlong;
  } DUMMYUNIONNAME;
  ULONG StringLength;
  UCHAR String[ANYSIZE_ARRAY];
} ACPI_EVAL_INPUT_BUFFER_SIMPLE_STRING_V2, *PACPI_EVAL_INPUT_BUFFER_SIMPLE_STRING_V2;

Membri

Signature

Definisce il membro ULONG Signature.

DUMMYUNIONNAME

Definisce il membro del nome del metodo di DUMMYUNIONNAME.

DUMMYUNIONNAME.MethodName[4]

Definisce il membro del nome del metodo di DUMMYUNIONNAME. MethodName.

DUMMYUNIONNAME.MethodNameAsUlong

Definisce il membro del nome del metodo di DUMMYUNIONNAME. MethodNameAsUlong.

StringLength

Definisce il membro ULONG StringLength.

String[ANYSIZE_ARRAY]

Definisce il membro UCHARString[ANYSIZE_ARRAY].

Fabbisogno

Requisito Valore
client minimo supportato Windows 10, versione 1709 e versioni successive.
intestazione acpioct.h (include Acpiioct.h)