// d3dkmthk.h
PFND3DKMT_SIGNALSYNCHRONIZATIONOBJECTFROMCPU Pfnd3dkmtSignalsynchronizationobjectfromcpu;
NTSTATUS Pfnd3dkmtSignalsynchronizationobjectfromcpu(
const D3DKMT_SIGNALSYNCHRONIZATIONOBJECTFROMCPU *unnamedParam1
)
{...}
View the official Windows Driver Kit DDI referenceNo description available.
The PFND3DKMT_SIGNALSYNCHRONIZATIONOBJECTFROMCPU callback function enables a driver to signal a monitored fence.
unnamedParam1Pointer to a D3DKMT_SIGNALSYNCHRONIZATIONOBJECTFROMCPU structure.
Returns NTSTATUS.
//Declaration
PFND3DKMT_SIGNALSYNCHRONIZATIONOBJECTFROMCPU Pfnd3dkmtSignalsynchronizationobjectfromcpu;
// Definition
NTSTATUS Pfnd3dkmtSignalsynchronizationobjectfromcpu
(
const D3DKMT_SIGNALSYNCHRONIZATIONOBJECTFROMCPU *
)
{...}