DXGKDDI_GETVIRTUALGPUPROFILE callback function (dispmprt.h)
Returns information about the vGPU profile, which is supported by the physical GPU when it is divided into given number of partitions. This function could be called multiple times to get current vGPU capabilities.
Syntax
DXGKDDI_GETVIRTUALGPUPROFILE DxgkddiGetvirtualgpuprofile;
NTSTATUS DxgkddiGetvirtualgpuprofile(
[in] HANDLE Context,
[in, out] DXGKARG_GETVIRTUALGPUPROFILE *pArgs
)
{...}
Parameters
[in] Context
The miniport context that is returned by the driver in the DXGKDDI_GPU_PARTITION_INTERFACE structure.
[in, out] pArgs
A pointer to the DXGKARG_GETVIRTUALGPUPROFILE structure.
Return value
Return STATUS_SUCCESS if the operation succeeds.
Requirements
Requirement | Value |
---|---|
Header | dispmprt.h |