ReactOS 0.4.15-dev-7934-g1dc8d80
_ARRAY Struct Reference

#include <shimeng.h>

Collaboration diagram for _ARRAY:

Public Attributes

PVOID Data__
 
DWORD Size__
 
DWORD MaxSize__
 
DWORD ItemSize__
 
ULONG ArraySize
 
PVOID Element [ANYSIZE_ARRAY]
 

Detailed Description

Definition at line 15 of file shimeng.h.

Member Data Documentation

◆ ArraySize

ULONG _ARRAY::ArraySize

Definition at line 263 of file bus.h.

Referenced by HalpAllocateArray().

◆ Data__

PVOID _ARRAY::Data__

Definition at line 17 of file shimeng.h.

Referenced by ARRAY_AppendWorker(), ARRAY_AtWorker(), ARRAY_EnsureSize(), and ARRAY_InitWorker().

◆ Element

PVOID _ARRAY::Element[ANYSIZE_ARRAY]

Definition at line 264 of file bus.h.

Referenced by HaliRegisterBusHandler(), and HalpAllocateArray().

◆ ItemSize__

DWORD _ARRAY::ItemSize__

Definition at line 20 of file shimeng.h.

Referenced by ARRAY_AtWorker(), ARRAY_EnsureSize(), ARRAY_InitWorker(), and SeiInit().

◆ MaxSize__

DWORD _ARRAY::MaxSize__

Definition at line 19 of file shimeng.h.

Referenced by ARRAY_EnsureSize(), and ARRAY_InitWorker().

◆ Size__

DWORD _ARRAY::Size__

Definition at line 18 of file shimeng.h.

Referenced by ARRAY_AppendWorker(), ARRAY_EnsureSize(), and ARRAY_InitWorker().


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