ExInitializeDeleteTimerParameters - NtDoc

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

VOID ExInitializeDeleteTimerParameters(
  PEXT_DELETE_PARAMETERS Parameters
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

ExInitializeDeleteTimerParameters function

Description

The ExInitializeDeleteTimerParameters routine initializes an EXT_DELETE_PARAMETERS structure.

Parameters

Parameters

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

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.

See also

EXT_DELETE_PARAMETERS

ExDeleteTimer