// dispmprt.h
typedef struct _DXGKARG_SETGPUPARTITIONCOUNT {
ULONG PartitionCount;
} DXGKARG_SETGPUPARTITIONCOUNT, *PDXGKARG_SETGPUPARTITIONCOUNT;
View the official Windows Driver Kit DDI referenceNo description available.
Arguments used to set GPU partition count.
PartitionCountThe total number of partitions available for this detailed configuration.