DXGKDDI_GETGPUENGINES callback function (dispmprt.h)
This function is no longer used and maybe be deleted in the near future. It is currently required, but will never be called.
Syntax
DXGKDDI_GETGPUENGINES DxgkddiGetgpuengines;
NTSTATUS DxgkddiGetgpuengines(
[in] HANDLE Context,
[in] DXGKARG_GETGPUENGINES *pArgs
)
{...}
Parameters
[in] Context
The miniport context that is returned by the driver in the DXGKDDI_GPU_PARTITION_INTERFACE structure.
[in] pArgs
A pointer to the DXGKARG_GETGPUENGINES structure.
Return value
Return STATUS_SUCCESS if the operation succeeds.
Requirements
Requirement | Value |
---|---|
Header | dispmprt.h |