// wdm.h
VOID ExInitializeDeleteTimerParameters(
PEXT_DELETE_PARAMETERS Parameters
);
View the official Windows Driver Kit DDI referenceNo description available.
The ExInitializeDeleteTimerParameters routine initializes an EXT_DELETE_PARAMETERS structure.
ParametersA pointer to the EXT_DELETE_PARAMETERS structure that is to be initialized.
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.