Microsoft DirectX 9.0 |
This topic applies to Windows XP only.
The get_Status method retrieves status information about the device.
Syntax
HRESULT get_Status(
long* pStatus
);
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.
See Also