ReactOS 0.4.16-dev-41-ge8c7597
|
#include <shimeng.h>
Public Attributes | |
PVOID | Data__ |
DWORD | Size__ |
DWORD | MaxSize__ |
DWORD | ItemSize__ |
ULONG | ArraySize |
PVOID | Element [ANYSIZE_ARRAY] |
ULONG _ARRAY::ArraySize |
Definition at line 263 of file bus.h.
Referenced by HalpAllocateArray().
PVOID _ARRAY::Data__ |
Definition at line 17 of file shimeng.h.
Referenced by ARRAY_AppendWorker(), ARRAY_AtWorker(), ARRAY_EnsureSize(), and ARRAY_InitWorker().
PVOID _ARRAY::Element[ANYSIZE_ARRAY] |
Definition at line 264 of file bus.h.
Referenced by HaliRegisterBusHandler(), and HalpAllocateArray().
DWORD _ARRAY::ItemSize__ |
Definition at line 20 of file shimeng.h.
Referenced by ARRAY_AtWorker(), ARRAY_EnsureSize(), ARRAY_InitWorker(), and SeiInit().
DWORD _ARRAY::MaxSize__ |
Definition at line 19 of file shimeng.h.
Referenced by ARRAY_EnsureSize(), and ARRAY_InitWorker().
DWORD _ARRAY::Size__ |
Definition at line 18 of file shimeng.h.
Referenced by ARRAY_AppendWorker(), ARRAY_EnsureSize(), and ARRAY_InitWorker().