de-references the data set in a DTYPE object More...
#include <tinetype.h>
Data Fields | |
UINT8 * | bptr |
char * | cptr |
double * | dptr |
float * | fptr |
SINT32 * | lptr |
SINT16 * | sptr |
char ** | strptr |
UINT32 * | ulptr |
UINT16 * | usptr |
void * | vptr |
de-references the data set in a DTYPE object
UINT8* DUNION::bptr |
BYTE pointer to data
Referenced by AssertRangeValid(), GetStructureAsString(), and PutValuesFromString().
char* DUNION::cptr |
char pointer to data
Referenced by GetDeviceProperties(), GetSystemPropertiesEx(), GetValuesAsNAME64DBL(), GetValuesAsStringEx(), and PutValuesFromString().
double* DUNION::dptr |
double pointer to data
Referenced by AssertRangeValid().
float* DUNION::fptr |
float pointer to data
Referenced by AssertRangeValid().
SINT32* DUNION::lptr |
long (int32) pointer to data
Referenced by AssertRangeValid().
SINT16* DUNION::sptr |
short (int16) pointer to data
Referenced by AssertRangeValid().
char** DUNION::strptr |
pointer to string array
Referenced by GetValuesAsStringEx().
UINT32* DUNION::ulptr |
unsigned long pointer to data
Referenced by AssertRangeValid().
UINT16* DUNION::usptr |
unsigned short pointer to data
Referenced by AssertRangeValid().
void* DUNION::vptr |
void pointer to data
Referenced by FindServerOnNetwork(), GetAccessLockInformation(), GetDevicePropertyEGU(), GetDevicePropertyInformation(), GetSystemPropertyInformation(), GetValuesAsDBLDBL(), GetValuesAsNAME64DBL(), and GetValuesAsNAME64DBLDBL().