// wdm.h
VOID ExInitializeSetTimerParameters(
[out] PEXT_SET_PARAMETERS Parameters
);
View the official Windows Driver Kit DDI referenceNo description available.
The ExInitializeSetTimerParameters routine initializes an EXT_SET_PARAMETERS structure.
Parameters [out]A pointer to the EXT_SET_PARAMETER structure that is to be initialized.
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.