PFND3DKMT_DESTROYHWQUEUE callback function (d3dkmthk.h)
Implemented by the client driver to destroy a hardware queue.
Syntax
PFND3DKMT_DESTROYHWQUEUE PfnD3dkmtDestroyHwQueue;
NTSTATUS PfnD3dkmtDestroyHwQueue(
CONST D3DKMT_DESTROYHWQUEUE *unnamedParam1
)
{...}
Parameters
unnamedParam1
Pointer to a D3DKMT_DESTROYHWQUEUE structure that contains the information needed to destroy a hardware queue.
Return value
The method returns STATUS_SUCCESS if the operation succeeds. Otherwise, this method might return an appropriate NTSTATUS error code.
Remarks
Register your implementation of this callback function by setting the appropriate member of D3DKMT_DESTROYHWQUEUE and then calling PfnD3dkmtDestroyHwQueue.
Requirements
Requirement | Value |
---|---|
Header | d3dkmthk.h |