DXGKDDI_DESTROYPERIODICFRAMENOTIFICATION callback function (d3dkmddi.h)

Used to destroy a periodic frame notification.

Syntax

DXGKDDI_DESTROYPERIODICFRAMENOTIFICATION DxgkddiDestroyperiodicframenotification;

NTSTATUS DxgkddiDestroyperiodicframenotification(
  IN_CONST_PDXGKARG_DESTROYPERIODICFRAMENOTIFICATION pDestroyPeriodicFrameNotification
)
{...}

Parameters

pDestroyPeriodicFrameNotification

A structure of type PDXGKARG_DESTROYPERIODICFRAMENOTIFICATION containing the arguments needed to destroy a periodic frame notification.

Return value

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.

Requirements

Requirement Value
Target Platform Windows
Header d3dkmddi.h