DxgkUnInitialize - NtDoc

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

NTSTATUS DxgkUnInitialize(
  PDRIVER_OBJECT DriverObject
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-dispmprt-dxgkuninitialize)

DxgkUnInitialize function

Description

Unloads the DirectX graphics kernel subsystem (Dxgkrnl.sys).

Parameters

DriverObject

A pointer to a DRIVER_OBJECT structure.

Return value

This function returns NTSTATUS.

Remarks

See also