Skip to content

Latest commit

 

History

History
74 lines (61 loc) · 2.84 KB

nf-mspcall-cmspcallmultigraph-registerwaitevent.md

File metadata and controls

74 lines (61 loc) · 2.84 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:mspcall.CMSPCallMultiGraph.RegisterWaitEvent
CMSPCallMultiGraph::RegisterWaitEvent (mspcall.h)
The RegisterWaitEvent method should be called only within a critical section on the call object.
CMSPCallMultiGraph interface [TAPI 2.2]
RegisterWaitEvent method
CMSPCallMultiGraph.RegisterWaitEvent
CMSPCallMultiGraph::RegisterWaitEvent
RegisterWaitEvent
RegisterWaitEvent method [TAPI 2.2]
RegisterWaitEvent method [TAPI 2.2]
CMSPCallMultiGraph interface
_tapi3_cmspcallmultigraph_registerwaitevent
mspcall/CMSPCallMultiGraph::RegisterWaitEvent
tapi3.cmspcallmultigraph_registerwaitevent
tapi3\cmspcallmultigraph_registerwaitevent.htm
tapi3
3c75ed75-a0b2-435b-aa49-c1e7dadf260f
12/05/2018
CMSPCallMultiGraph interface [TAPI 2.2],RegisterWaitEvent method, CMSPCallMultiGraph.RegisterWaitEvent, CMSPCallMultiGraph::RegisterWaitEvent, RegisterWaitEvent, RegisterWaitEvent method [TAPI 2.2], RegisterWaitEvent method [TAPI 2.2],CMSPCallMultiGraph interface, _tapi3_cmspcallmultigraph_registerwaitevent, mspcall/CMSPCallMultiGraph::RegisterWaitEvent, tapi3.cmspcallmultigraph_registerwaitevent
mspcall.h
Windows
Windows
19H1
CMSPCallMultiGraph::RegisterWaitEvent
mspcall/CMSPCallMultiGraph::RegisterWaitEvent
c++
APIRef
kbSyntax
COM
Mspcall.h
CMSPCallMultiGraph.RegisterWaitEvent

CMSPCallMultiGraph::RegisterWaitEvent

-description

The RegisterWaitEvent method should be called only within a critical section on the call object. It allocates a thread pool context block, fills in the fields, increments the reference counts, and posts the block to the thread pool by calling the RegisterWaitForSingleObject function. Saves the wait handle returned for use in UnregisterWaitEvent. Saves the wait block in the list of wait blocks.

-parameters

-param pIMediaEvent

Pointer to DirectShow IMediaEvent interface.

-param pITStream

Pointer to ITStream interface.

-returns

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

-see-also

CMSPCallMultiGraph