|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <wbemprox_private.h>

Public Attributes | |
| const WCHAR * | text |
| UINT | type |
| union { | |
| LONGLONG ival | |
| WCHAR * sval | |
| struct array * aval | |
| } | u |
Definition at line 143 of file wbemprox_private.h.
| LONGLONG field::ival |
Definition at line 141 of file wbemprox_private.h.
| WCHAR* field::sval |
Definition at line 142 of file wbemprox_private.h.
Definition at line 45 of file parser.c.
Referenced by add_field(), get_string_subst(), parse_file(), pSetupGetField(), SetupGetBinaryField(), SetupGetLineTextA(), SetupGetLineTextW(), SetupGetMultiSzFieldA(), SetupGetMultiSzFieldW(), SetupGetStringFieldA(), and SetupGetStringFieldW().
| UINT field::type |
Definition at line 138 of file wbemprox_private.h.
Referenced by clone_hlsl_type(), components_count_type(), find_identifier(), get_struct_fc(), MSI_FreeField(), new_record_deref(), ps_parser_load_field(), ps_parser_load_field_table(), t1_load_keyword(), t42_load_keyword(), type_has_full_pointer_recurse(), type_has_pointers(), and write_struct_members().
| union { ... } field::u |
Referenced by MSI_FreeField().