Microsoft DirectX 9.0 |
This topic applies to Windows XP Service Pack 1 only.
The get_RecordingStopped method queries whether the recording has stopped.
Syntax
HRESULT get_RecordingStopped(
VARIANT_BOOL* phResult
);
Parameters
phResult
[out] Pointer to a variable that receives one of the following values.
Value | Description |
VARIANT_FALSE | The recording has not stopped. |
VARIANT_TRUE | The recording has stopped. |
Return Values
The method returns an HRESULT. Possible values include the following.
Value | Description |
S_OK | The method succeeded. |
See Also