DXGKDDI_RESUMEVIRTUALGPU callback function (dispmprt.h)
Note
Virtual GPU suspend/resume is not supported. This callback function is never used.
Resumes execution of processing engines of the given virtual GPU.
Syntax
DXGKDDI_RESUMEVIRTUALGPU DxgkddiResumevirtualgpu;
NTSTATUS DxgkddiResumevirtualgpu(
[in] HANDLE Context,
[in] DXGKARG_RESUMEVIRTUALGPU *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 a DXGKARG_RESUMEVIRTUALGPU structure.
Return value
Return STATUS_SUCCESS if the operation succeeds.
Requirements
Requirement | Value |
---|---|
Header | dispmprt.h |