DXGKARG_DESTROYPERIODICFRAMENOTIFICATION - NtDoc

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

typedef struct _DXGKARG_DESTROYPERIODICFRAMENOTIFICATION {
  HANDLE hNotification;
  HANDLE hAdapter;
} DXGKARG_DESTROYPERIODICFRAMENOTIFICATION;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_DXGKARG_DESTROYPERIODICFRAMENOTIFICATION structure

Description

The arguments used to destroy a periodic frame notification.

Members

hNotification

A handle to the notification object created by the KMD.

hAdapter

A handle to the adapter that the notification object was created for.