// d3dkmddi.h
typedef struct _DXGKDDI_KERNELMODETESTINGINTERFACE {
PDXGKDDI_BUILDTESTCOMMANDBUFFER pfnBuildTestCommandBuffer;
} DXGKDDI_KERNELMODETESTINGINTERFACE;
View the official Windows Driver Kit DDI referenceNo description available.
The DXGKDDI_KERNELMODETESTINGINTERFACE structure contains pointers to functions that are used for the kernel-mode testing interface.
pfnBuildTestCommandBufferPointer to the DXGKDDI_BUILDTESTCOMMANDBUFFER function.
For more information, see Kernel-mode testing.
DXGKDDI_BUILDTESTCOMMANDBUFFER