ReactOS 0.4.15-dev-7788-g1ad9096
array Struct Reference

#include <wbemprox_private.h>

Collaboration diagram for array:

Public Attributes

UINT elem_size
 
UINT count
 
voidptr
 
unsigned start
 
unsigned num
 
unsigned max
 
unsigned alloc
 
char ** elts
 

Detailed Description

Definition at line 129 of file wbemprox_private.h.

Member Data Documentation

◆ alloc

unsigned array::alloc

Definition at line 62 of file undname.c.

◆ count

◆ elem_size

UINT array::elem_size

Definition at line 131 of file wbemprox_private.h.

Referenced by destroy_array(), and to_safearray().

◆ elts

char** array::elts

Definition at line 63 of file undname.c.

Referenced by get_args(), and str_array_get_ref().

◆ max

unsigned array::max

Definition at line 61 of file undname.c.

Referenced by str_array_get_ref().

◆ num

unsigned array::num

Definition at line 60 of file undname.c.

Referenced by add_entity(), free_entity_array(), and get_args().

◆ ptr

void* array::ptr

Definition at line 133 of file wbemprox_private.h.

Referenced by destroy_array(), and to_safearray().

◆ start

unsigned array::start

Definition at line 59 of file undname.c.

Referenced by str_array_get_ref(), and symt_array_count().


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