Microsoft DirectX 8.1 (C++) |
Retrieves the multimedia stream's current state.
Syntax
HRESULT GetState(
STREAM_STATE *pCurrentState
);
Parameters
pCurrentState
[out] Pointer to the STREAM_STATE enumerated type that will contain the current multimedia stream's state.
Return Value
Returns S_OK if successful or E_POINTER if pCurrentState is invalid.
See Also