IMSVidDevice::get_Status
Microsoft DirectShow 9.0 |
IMSVidDevice::get_Status
This topic applies to Windows XP or later.
The get_Status method retrieves status information about the device.
Syntax
HRESULT get_Status( long* Status );
Parameters
pStatus
[out] Pointer to a variable of that receives the current status.
Return Values
Returns an HRESULT value. Possible values include the following.
Value | Description |
S_OK | Success. |
E_NOTIMPL | Not implemented. |
E_POINTER | NULL pointer argument. |
Remarks
Not all device types implement this method.
Requirements
Header: Dshow.h.
Library: Quartz.dll.
See Also