Home
last modified time | relevance | path

Searched refs:to_vartype (Results 1 – 3 of 3) sorted by relevance

/reactos/dll/win32/wbemprox/
H A Dwbemprox_private.h233 VARTYPE to_vartype( CIMTYPE ) DECLSPEC_HIDDEN;
H A Dquery.c1032 VARTYPE to_vartype( CIMTYPE type ) in to_vartype() function
1065 VARTYPE vartype = to_vartype( basetype ); in to_safearray()
1205 vartype = to_vartype( table->columns[column].type & CIM_TYPE_MASK ); in get_propval()
H A Dclass.c352 VARTYPE vartype = to_vartype( record->fields[index].type & CIM_TYPE_MASK ); in record_get_value()