Data Types for CWUI

Measurement Studio User Interface

Data Types for CWUI

Visual BasicC/C++Description
BooleanVARIANT_BOOLHas the value True (-1) or False (0).
ColorOLECOLORA color. In many containers, colors are treated as 32-bit integers.
Doubledouble64-bit floating point number.
Double ArrayLPSAFEARRAYAn array of doubles.
FontLPFONTDISPAn OLE Automation Interface to a font.
Integershort16-bit signed integer.
Longlong32-bit signed integer.
LPUNKNOWNLPUNKNOWN
ObjectLPDISPATCHA generic OLE Automation Interface.
Object ArraySAFEARRAYAn array of objects.
OLE_XPOS_PIXELSlong
OLE_YPOS_PIXELSlong
PictureLPPICTUREDISPAn OLE Automation Interface to a picture or image.
Singlesingle32-bit floating point number.
StringBSTRA string.
String ArraySAFEARRAYAn array of strings.
VariantLPVARIANTA variant.
VoidvoidNothing.
WindowOLE_HANDLEA handle to a window.