// d3dkmthk.h
PFND3DKMT_SIGNALSYNCHRONIZATIONOBJECT2 Pfnd3dkmtSignalsynchronizationobject2;
NTSTATUS Pfnd3dkmtSignalsynchronizationobject2(
const D3DKMT_SIGNALSYNCHRONIZATIONOBJECT2 *unnamedParam1
)
{...}
View the official Windows Driver Kit DDI referenceNo description available.
The PFND3DKMT_SIGNALSYNCHRONIZATIONOBJECT2 callback function inserts a signal for the specified synchronization objects in the specified context stream.
unnamedParam1Pointer to a D3DKMT_SIGNALSYNCHRONIZATIONOBJECT2 structure.
Returns NTSTATUS.
//Declaration
PFND3DKMT_SIGNALSYNCHRONIZATIONOBJECT2 Pfnd3dkmtSignalsynchronizationobject2;
// Definition
NTSTATUS Pfnd3dkmtSignalsynchronizationobject2
(
const D3DKMT_SIGNALSYNCHRONIZATIONOBJECT2 *
)
{...}