ReactOS 0.4.16-dev-2332-g4cba65d
_ACPI_EVAL_INPUT_BUFFER_COMPLEX Struct Reference

#include <acpiioct.h>

Collaboration diagram for _ACPI_EVAL_INPUT_BUFFER_COMPLEX:

Public Attributes

ULONG Signature
 
union {
   UCHAR   MethodName [4]
 
   ULONG   MethodNameAsUlong
 
DUMMYUNIONNAME
 
ULONG Size
 
ULONG ArgumentCount
 
ACPI_METHOD_ARGUMENT Argument [ANYSIZE_ARRAY]
 

Detailed Description

Definition at line 82 of file acpiioct.h.

Member Data Documentation

◆ Argument

ACPI_METHOD_ARGUMENT _ACPI_EVAL_INPUT_BUFFER_COMPLEX::Argument[ANYSIZE_ARRAY]

Definition at line 90 of file acpiioct.h.

Referenced by EvalCreateParametersList().

◆ ArgumentCount

ULONG _ACPI_EVAL_INPUT_BUFFER_COMPLEX::ArgumentCount

Definition at line 89 of file acpiioct.h.

Referenced by EvalCreateParametersList().

◆ 

_ANONYMOUS_UNION union { ... } _ACPI_EVAL_INPUT_BUFFER_COMPLEX::DUMMYUNIONNAME

◆ MethodName

UCHAR _ACPI_EVAL_INPUT_BUFFER_COMPLEX::MethodName[4]

Definition at line 85 of file acpiioct.h.

◆ MethodNameAsUlong

ULONG _ACPI_EVAL_INPUT_BUFFER_COMPLEX::MethodNameAsUlong

Definition at line 86 of file acpiioct.h.

◆ Signature

ULONG _ACPI_EVAL_INPUT_BUFFER_COMPLEX::Signature

Definition at line 83 of file acpiioct.h.

◆ Size

ULONG _ACPI_EVAL_INPUT_BUFFER_COMPLEX::Size

Definition at line 88 of file acpiioct.h.


The documentation for this struct was generated from the following file: