ReactOS 0.4.16-dev-1946-g52006dd
uacpi_data_view Struct Reference

#include <types.h>

Collaboration diagram for uacpi_data_view:

Public Attributes

union {
   uacpi_u8 *   bytes
 
   const uacpi_u8 *   const_bytes
 
   uacpi_char *   text
 
   const uacpi_char *   const_text
 
   void *   data
 
   const void *   const_data
 
}; 
 
uacpi_size length
 

Detailed Description

Definition at line 88 of file types.h.

Member Data Documentation

◆ 

union { ... } uacpi_data_view::@719

◆ bytes

◆ const_bytes

const uacpi_u8* uacpi_data_view::const_bytes

Definition at line 91 of file types.h.

◆ const_data

const void* uacpi_data_view::const_data

Definition at line 97 of file types.h.

◆ const_text

const uacpi_char* uacpi_data_view::const_text

Definition at line 94 of file types.h.

◆ data

void* uacpi_data_view::data

◆ length

◆ text

uacpi_char* uacpi_data_view::text

Definition at line 93 of file types.h.

Referenced by get_object_storage().


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