// dispmprt.h
NTSTATUS DxgkUnInitialize(
PDRIVER_OBJECT DriverObject
);
View the official Windows Driver Kit DDI referenceNo description available.
Unloads the DirectX graphics kernel subsystem (Dxgkrnl.sys).
DriverObjectA pointer to a DRIVER_OBJECT structure.
This function returns NTSTATUS.