ExInitializeDeleteTimerParameters function (wdm.h)

The ExInitializeDeleteTimerParameters routine initializes an EXT_DELETE_PARAMETERS structure.

Syntax

void ExInitializeDeleteTimerParameters(
  PEXT_DELETE_PARAMETERS Parameters
);

Parameters

Parameters

A pointer to the EXT_DELETE_PARAMETERS structure that is to be initialized.

Return value

None

Remarks

Your driver must call ExInitializeDeleteTimerParameters to initialize an EXT_DELETE_PARAMETERS structure before the driver passes this structure to the ExDeleteTimer routine. For more information about the member values that ExInitializeDeleteTimerParameters writes to the members of this structure, see EXT_DELETE_PARAMETERS.

Requirements

Requirement Value
Minimum supported client Available starting with Windows 8.1.
Target Platform Desktop
Header wdm.h (include Wdm.h, Ntddk.h, Ntifs.h)
IRQL Any level.

See also

EXT_DELETE_PARAMETERS

ExDeleteTimer