PFND3DDDI_SUBMITWAITFORSYNCOBJECTSTOHWQUEUECB callback function (d3dumddi.h)
A callback to submit a wait command to the hardware queue.
Syntax
PFND3DDDI_SUBMITWAITFORSYNCOBJECTSTOHWQUEUECB Pfnd3dddiSubmitwaitforsyncobjectstohwqueuecb;
HRESULT Pfnd3dddiSubmitwaitforsyncobjectstohwqueuecb(
HANDLE hDevice,
const D3DDDICB_SUBMITWAITFORSYNCOBJECTSTOHWQUEUE *unnamedParam2
)
{...}
Parameters
hDevice
A handle to the device.
unnamedParam2
submitWaitForSyncObjectsToHwQueue [in]
A pointer to the structure holding information on submitting a wait command to the hardware queue.
Return value
Return code | Description |
---|---|
S_OK | The call was successfully completed. |
This function might also return other HRESULT values.
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | d3dumddi.h |