DXGKARG_DESTROYPERIODICFRAMENOTIFICATION structure (d3dkmddi.h)

The arguments used to destroy a periodic frame notification.

Syntax

typedef struct _DXGKARG_DESTROYPERIODICFRAMENOTIFICATION {
  HANDLE hNotification;
  HANDLE hAdapter;
} DXGKARG_DESTROYPERIODICFRAMENOTIFICATION;

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.

Requirements

Requirement Value
Header d3dkmddi.h