Skip to content

Latest commit

 

History

History
79 lines (61 loc) · 1.71 KB

nc-d3dkmthk-pfnd3dkmt_signalsynchronizationobject2.md

File metadata and controls

79 lines (61 loc) · 1.71 KB
UID title description ms.date keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.lib req.dll req.irql req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library targetos ms.custom tech.root f1_keywords topic_type api_type api_location api_name dev_langs
NC:d3dkmthk.PFND3DKMT_SIGNALSYNCHRONIZATIONOBJECT2
PFND3DKMT_SIGNALSYNCHRONIZATIONOBJECT2 (d3dkmthk.h)
The PFND3DKMT_SIGNALSYNCHRONIZATIONOBJECT2 callback function inserts a signal for the specified synchronization objects in the specified context stream.
10/19/2018
PFND3DKMT_SIGNALSYNCHRONIZATIONOBJECT2 callback function
d3dkmthk.h
Windows
RS5
display
PFND3DKMT_SIGNALSYNCHRONIZATIONOBJECT2
d3dkmthk/PFND3DKMT_SIGNALSYNCHRONIZATIONOBJECT2
apiref
UserDefined
d3dkmthk.h
PFND3DKMT_SIGNALSYNCHRONIZATIONOBJECT2
c++

PFND3DKMT_SIGNALSYNCHRONIZATIONOBJECT2 callback function

-description

The PFND3DKMT_SIGNALSYNCHRONIZATIONOBJECT2 callback function inserts a signal for the specified synchronization objects in the specified context stream.

-parameters

-param unnamedParam1

Pointer to a D3DKMT_SIGNALSYNCHRONIZATIONOBJECT2 structure.

-returns

Returns NTSTATUS.

-prototype

//Declaration

PFND3DKMT_SIGNALSYNCHRONIZATIONOBJECT2 Pfnd3dkmtSignalsynchronizationobject2; 

// Definition

NTSTATUS Pfnd3dkmtSignalsynchronizationobject2 
(
	const D3DKMT_SIGNALSYNCHRONIZATIONOBJECT2 *
)
{...}

-remarks

-see-also