Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Implemented by the client driver to create a new hardware queue.
Syntax
PFND3DKMT_CREATEHWQUEUE Pfnd3dkmtCreatehwqueue;
NTSTATUS Pfnd3dkmtCreatehwqueue(
D3DKMT_CREATEHWQUEUE *unnamedParam1
)
{...}
Parameters
unnamedParam1
Pointer to a D3DKMT_CREATEHWQUEUE structure that contains information needed to create a new hardware queue.
Return value
Return STATUS_SUCCESS if the operation succeeds. Otherwise, return an appropriate NTSTATUS Values error code.
Remarks
Register your implementation of this callback function by setting the appropriate member of D3DKMT_CREATEHWQUEUE and then calling Pfnd3dkmtCreateHwQueue.
Requirements
Requirement | Value |
---|---|
Header | d3dkmthk.h |