DXGKDDI_KERNELMODETESTINGINTERFACE - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// d3dkmddi.h

typedef struct _DXGKDDI_KERNELMODETESTINGINTERFACE {
  PDXGKDDI_BUILDTESTCOMMANDBUFFER pfnBuildTestCommandBuffer;
} DXGKDDI_KERNELMODETESTINGINTERFACE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dkmddi-dxgkddi_kernelmodetestinginterface)

Description

The DXGKDDI_KERNELMODETESTINGINTERFACE structure contains pointers to functions that are used for the kernel-mode testing interface.

Members

pfnBuildTestCommandBuffer

Pointer to the DXGKDDI_BUILDTESTCOMMANDBUFFER function.

Remarks

For more information, see Kernel-mode testing.

See also

DXGKDDI_BUILDTESTCOMMANDBUFFER