// d3d12umddi.h
PFND3D12DDI_WAITFORSYNCHRONIZATIONOBJECT2CB Pfnd3d12ddiWaitforsynchronizationobject2cb;
HRESULT Pfnd3d12ddiWaitforsynchronizationobject2cb(
D3D12DDI_HRTDEVICE hDevice,
const D3D12DDICB_WAITFORSYNCHRONIZATIONOBJECT2 *unnamedParam2
)
{...}
View the official Windows Driver Kit DDI referenceNo description available.
Inserts a wait for the specified synchronization objects in the specified context stream.
hDeviceHandle to a device.
unnamedParam2Pointer to a D3D12DDICB_WAITFORSYNCHRONIZATIONOBJECT2 structure.
Returns HRESULT.
//Declaration
PFND3D12DDI_WAITFORSYNCHRONIZATIONOBJECT2CB Pfnd3d12ddiWaitforsynchronizationobject2cb;
// Definition
HRESULT Pfnd3d12ddiWaitforsynchronizationobject2cb
(
D3D12DDI_HRTDEVICE hDevice
const D3D12DDICB_WAITFORSYNCHRONIZATIONOBJECT2 *
)
{...}