// d3dkmddi.h
DXGKDDI_DESTROYPERIODICFRAMENOTIFICATION DxgkddiDestroyperiodicframenotification;
NTSTATUS DxgkddiDestroyperiodicframenotification(
IN_CONST_PDXGKARG_DESTROYPERIODICFRAMENOTIFICATION pDestroyPeriodicFrameNotification
)
{...}
View the official Windows Driver Kit DDI referenceNo description available.
Used to destroy a periodic frame notification.
pDestroyPeriodicFrameNotificationA structure of type PDXGKARG_DESTROYPERIODICFRAMENOTIFICATION containing the arguments needed to destroy a periodic frame notification.
DXGKDDI_DESTROYPERIODICFRAMENOTIFICATION returns one of the following values:
| Return code | Description |
|---|---|
| STATUS_SUCCESS | When a periodic frame notification has been successfully created. |
| STATUS_INVALID_PARAMETER | Indicates that there was an invalid parameter passed to the call. |