ExInitializeSetTimerParameters - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// wdm.h

VOID ExInitializeSetTimerParameters(
  [out] PEXT_SET_PARAMETERS Parameters
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-wdm-exinitializesettimerparameters)

ExInitializeSetTimerParameters function

Description

The ExInitializeSetTimerParameters routine initializes an EXT_SET_PARAMETERS structure.

Parameters

Parameters [out]

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

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.

See also

EXT_SET_PARAMETERS

ExSetTimer