IMultiMediaStream::GetEndOfStreamEventHandle (Windows CE 5.0)
This method retrieves the handle for the event triggered when the stream completes playback.
HRESULT GetEndOfStreamEventHandle(HANDLE* phEOS);
Parameters
phEOS
[out] Pointer to an event HANDLE returned by the current object when it completes playback.If no HANDLE is associated with the object, this value will be NULL.
Return Values
Returns S_OK if successful or E_POINTER if one or more of the required parameters are NULL.
Remarks
The Win32 WaitForSingleObject and WaitForMultipleObjects functions use the retrieved handle to watch for completion of playback.
Requirements
DirectShow applications and DirectShow filters have different include file and link library requirements.
For more information, see Setting Up the Build Environment.
OS Versions: Windows CE 2.12 and later. Version 2.12 requires DXPAK 1.0 or later.
See Also
Send Feedback on this topic to the authors