ExInitializeSetTimerParameters function (wdm.h)

The ExInitializeSetTimerParameters routine initializes an EXT_SET_PARAMETERS structure.

Syntax

void ExInitializeSetTimerParameters(
  [out] PEXT_SET_PARAMETERS Parameters
);

Parameters

[out] Parameters

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

Return value

None

Remarks

Your driver must call ExInitializeSetTimerParameters to initialize an EXT_SET_PARAMETERS structure before the driver passes this structure to the ExSetTimer routine. For more information about the member values that ExInitializeSetTimerParameters writes to the members of this structure, see EXT_SET_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_SET_PARAMETERS

ExSetTimer