Microsoft DirectX 9.0 |
The GetEndOfStreamEventHandle method retrieves an event that is signaled when the multimedia stream completes playback.
Syntax
HRESULT GetEndOfStreamEventHandle(
HANDLE *phEOS
);
Parameters
phEOS
[out] Pointer to a variable that receives a handle to the event. The event is signaled when all of the streams in the multimedia stream object complete playback.
Return Values
Returns an HRESULT value. Possible values include the following.
Value | Description |
E_POINTER | NULL pointer argument. |
MS_E_BUSY | The multimedia stream is not stopped. |
S_OK | Success. |
See Also