Skip to content

Latest commit

 

History

History
106 lines (84 loc) · 2.91 KB

nf-mfidl-imfsourceopenmonitor-onsourceevent.md

File metadata and controls

106 lines (84 loc) · 2.91 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:mfidl.IMFSourceOpenMonitor.OnSourceEvent
IMFSourceOpenMonitor::OnSourceEvent (mfidl.h)
Called by the network source when the open operation begins or ends.
19b9a891-5116-41b3-8750-85f2c23d3d7f
IMFSourceOpenMonitor interface [Media Foundation]
OnSourceEvent method
IMFSourceOpenMonitor.OnSourceEvent
IMFSourceOpenMonitor::OnSourceEvent
OnSourceEvent
OnSourceEvent method [Media Foundation]
OnSourceEvent method [Media Foundation]
IMFSourceOpenMonitor interface
mf.imfsourceopenmonitor_onsourceevent
mfidl/IMFSourceOpenMonitor::OnSourceEvent
mf\imfsourceopenmonitor_onsourceevent.htm
mf
19b9a891-5116-41b3-8750-85f2c23d3d7f
12/05/2018
19b9a891-5116-41b3-8750-85f2c23d3d7f, IMFSourceOpenMonitor interface [Media Foundation],OnSourceEvent method, IMFSourceOpenMonitor.OnSourceEvent, IMFSourceOpenMonitor::OnSourceEvent, OnSourceEvent, OnSourceEvent method [Media Foundation], OnSourceEvent method [Media Foundation],IMFSourceOpenMonitor interface, mf.imfsourceopenmonitor_onsourceevent, mfidl/IMFSourceOpenMonitor::OnSourceEvent
mfidl.h
Windows
Windows Vista [desktop apps only]
Windows Server 2008 [desktop apps only]
Mfuuid.lib
Windows
19H1
IMFSourceOpenMonitor::OnSourceEvent
mfidl/IMFSourceOpenMonitor::OnSourceEvent
c++
APIRef
kbSyntax
COM
mfuuid.lib
mfuuid.dll
IMFSourceOpenMonitor.OnSourceEvent

IMFSourceOpenMonitor::OnSourceEvent

-description

Called by the network source when the open operation begins or ends.

-parameters

-param pEvent [in]

Pointer to the IMFMediaEvent interface.

-returns

The method returns an HRESULT. Possible values include, but are not limited to, those in the following table.

Return code Description
S_OK
The method succeeded.

-remarks

The networks source calls this method with the following event types.

For more information, see How to Get Events from the Network Source.

-see-also

IMFSourceOpenMonitor