Share via


KitlStopTimerCallback

This function makes a call to a timer that should be disabled.

BOOL KitlStopTimerCallback(
  PFN_KITLTIMERCB pfnCB,
  LPVOID lpParam
);

Parameters

  • pfnCB
    [in] Pointer to a callback function to be called when the timer is removed.
  • lpParam
    [in] User-defined value passed back to the callback function.

Return Values

None.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Kitl.h.
Link Library: Kitl.lib.

Last updated on Wednesday, April 13, 2005

© 2005 Microsoft Corporation. All rights reserved.