IMSVidDevice::get__ClassID
Microsoft DirectShow 9.0 |
IMSVidDevice::get__ClassID
This topic applies to Windows XP or later.
The get__ClassID method retrieves the device's class identifier (CLSID) as a GUID.
Syntax
HRESULT get__ClassID( GUID* Clsid );
Parameters
pClsid
[out] Pointer to a variable of type GUID that receives the CLSID.
Return Values
Returns an HRESULT value. Possible values include the following.
Value | Description |
S_OK | Success. |
E_POINTER | NULL pointer argument. |
Requirements
Header: Dshow.h.
Library: Quartz.dll.
See Also