// d3dumddi.h
PFND3DDDI_SUBMITSIGNALSYNCOBJECTSTOHWQUEUECB Pfnd3dddiSubmitsignalsyncobjectstohwqueuecb;
HRESULT Pfnd3dddiSubmitsignalsyncobjectstohwqueuecb(
HANDLE hDevice,
const D3DDDICB_SUBMITSIGNALSYNCOBJECTSTOHWQUEUE *unnamedParam2
)
{...}
View the official Windows Driver Kit DDI referenceNo description available.
A callback to submit a signal command to the hardware queue.
hDeviceA handle to the device.
unnamedParam2submitSignalSyncoObjectsToHwQueue [in]
A pointer to the structure holding information on submitting a signal command to the hardware queue.
| Return code | Description |
|---|---|
| S_OK | The call was successfully completed. |
This function might also return other HRESULT values.