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