PFND3DKMT_SIGNALSYNCHRONIZATIONOBJECTFROMCPU callback function (d3dkmthk.h)
The PFND3DKMT_SIGNALSYNCHRONIZATIONOBJECTFROMCPU callback function enables a driver to signal a monitored fence.
Syntax
PFND3DKMT_SIGNALSYNCHRONIZATIONOBJECTFROMCPU Pfnd3dkmtSignalsynchronizationobjectfromcpu;
NTSTATUS Pfnd3dkmtSignalsynchronizationobjectfromcpu(
const D3DKMT_SIGNALSYNCHRONIZATIONOBJECTFROMCPU *unnamedParam1
)
{...}
Parameters
unnamedParam1
Pointer to a D3DKMT_SIGNALSYNCHRONIZATIONOBJECTFROMCPU structure.
Return value
Returns NTSTATUS.
Requirements
Requirement | Value |
---|---|
Header | d3dkmthk.h |