KitlStopTimerCallback (Windows CE 5.0)

Send Feedback

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

BOOL KitlStopTimerCallback(PFN_KITLTIMERCBpfnCB,LPVOIDlpParam);

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.

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.