CDisp::CDisp
A version of this page is also available for
4/8/2010
Constructs a CDisp object.
Syntax
CDisp(
LONGLONG ll,
int Format = CDISP_HEX
);
CDisp(
REFCLSID clsid
);
CDisp(
double d
);
CDisp(
CRefTime t
);
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 Value
None.
Remarks
Various constructors are provided, which allows information to be displayed in the most suitable way.
Requirements
Windows Embedded CE | Windows CE 2.12 and later |
Windows Mobile | Windows Mobile Version 5.0 and later |
Note | Microsoft DirectShow applications and DirectShow filters have different include file and Library requirements For more information, see Setting Up the Build Environment, Version 2.12 requires DXPAK 1.0 or later |