CDisp::CDisp (Windows CE 5.0)
Constructs a CDisp object.
CDisp(LONGLONGll,intFormat= CDISP_HEX);CDisp(REFCLSIDclsid);CDisp(doubled);CDisp(CRefTimet);CDisp(IPin* pPin);
Parameters
- ll
LONGLONG value 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 double value to display. - t
Reference time to display. Note that passing a value of type REFERENCE_TIME will use the LONGLONG constructor. - pPin
IPin interface to display a pin as "CLSID of the filter(Pin name)"; for example, CLSID_AudioRenderer(Audio input pin).
Return Values
None.
Remarks
Various constructors are provided, which allows information to be displayed in the most suitable way.
Requirements
DirectShow applications and DirectShow filters have different include file and link library requirements.
For more information, see Setting Up the Build Environment.
OS Versions: Windows CE 2.12 and later. Version 2.12 requires DXPAK 1.0 or later.
Header:
Send Feedback on this topic to the authors