ReactOS 0.4.15-dev-7918-g2a2556c
_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 73 of file acpiioct.h.

Member Data Documentation

◆ Argument

ACPI_METHOD_ARGUMENT _ACPI_EVAL_INPUT_BUFFER_COMPLEX::Argument[ANYSIZE_ARRAY]

Definition at line 81 of file acpiioct.h.

Referenced by EvalCreateParametersList().

◆ ArgumentCount

ULONG _ACPI_EVAL_INPUT_BUFFER_COMPLEX::ArgumentCount

Definition at line 80 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 76 of file acpiioct.h.

◆ MethodNameAsUlong

ULONG _ACPI_EVAL_INPUT_BUFFER_COMPLEX::MethodNameAsUlong

Definition at line 77 of file acpiioct.h.

◆ Signature

ULONG _ACPI_EVAL_INPUT_BUFFER_COMPLEX::Signature

Definition at line 74 of file acpiioct.h.

◆ Size

ULONG _ACPI_EVAL_INPUT_BUFFER_COMPLEX::Size

Definition at line 79 of file acpiioct.h.


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