ReactOS 0.4.16-dev-401-g45b008d
|
#include <wbemprox_private.h>
Public Attributes | |
UINT | elem_size |
UINT | count |
void * | ptr |
unsigned | start |
unsigned | num |
unsigned | max |
unsigned | alloc |
char ** | elts |
Definition at line 129 of file wbemprox_private.h.
UINT array::count |
Definition at line 132 of file wbemprox_private.h.
Referenced by add_face(), add_outline(), add_point(), add_points(), add_triangulation(), add_vertex_index(), destroy_array(), remove_triangulation(), and to_safearray().
UINT array::elem_size |
Definition at line 131 of file wbemprox_private.h.
Referenced by destroy_array(), and to_safearray().
char** array::elts |
Definition at line 66 of file undname.c.
Referenced by get_args(), and str_array_get_ref().
unsigned array::max |
Definition at line 64 of file undname.c.
Referenced by str_array_get_ref().
unsigned array::num |
Definition at line 63 of file undname.c.
Referenced by add_entity(), free_entity_array(), and get_args().
void* array::ptr |
Definition at line 133 of file wbemprox_private.h.
Referenced by destroy_array(), and to_safearray().
unsigned array::start |
Definition at line 62 of file undname.c.
Referenced by str_array_get_ref(), and symt_array_count().