// d3dumddi.h
PFND3DDDI_CREATEHWQUEUECB Pfnd3dddiCreatehwqueuecb;
HRESULT Pfnd3dddiCreatehwqueuecb(
HANDLE hDevice,
D3DDDICB_CREATEHWQUEUE *unnamedParam2
)
{...}
View the official Windows Driver Kit DDI referenceNo description available.
A callback to create a new hardware queue
hDeviceA handle to the device.
unnamedParam2createHwQueue [in, out]
A pointer to the structure holding information on creating the hardware queue.
| Return code | Description |
|---|---|
| S_OK | The call was successfully completed. |
This function might also return other HRESULT values.