Microsoft Windows CE 3.0  

CDisp::CDisp

Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

Constructs a CDispobject.

CDisp(
LONGLONG
ll, 
int
Format
= CDISP_HEX
);
CDisp(
REFCLSID
clsid
);
CDisp(
double
d
);
CDisp(
CRefTime
t
);
CDisp(
IPin
*pPin
);

Parameters

ll
LONGLONGvalue for display.
Format
Whether the value should be displayed in decimal (CDISP_DEC) or (by default) hexadecimal (CDISP_HEX).
clsid
Class identifier to display.
d
The doublevalue to display.
t
Reference time to display. Note that passing a value of type REFERENCE_TIMEwill use the LONGLONGconstructor.
pPin
IPininterface to display a pin as "CLSID of the filter(Pin name)"; for example, CLSID_AudioRenderer(Audio input pin).

Return Values

No return value.

Remarks

Various constructors are provided, which allows information to be displayed in the most suitable way.