// d3dkmddi.h
typedef struct _DXGKARG_DESTROYPERIODICFRAMENOTIFICATION {
HANDLE hNotification;
HANDLE hAdapter;
} DXGKARG_DESTROYPERIODICFRAMENOTIFICATION;
View the official Windows Driver Kit DDI referenceNo description available.
The arguments used to destroy a periodic frame notification.
hNotificationA handle to the notification object created by the KMD.
hAdapterA handle to the adapter that the notification object was created for.