FreeIntChainHandler (Windows CE 5.0)

Send Feedback

This function unloads an existing interrupt handler.

BOOL FreeIntChainHandler(HANDLE hInstance);

Parameters

  • hInstance
    [in] Handle to the interrupt handler to uninstall.

Return Values

If the function succeeds, TRUE is returned; otherwise, FALSE is returned.

Remarks

When this function is called, the code associated with the interrupt handler is not unloaded. It remains in memory until the device is reset. If the LoadIntChainHandler function is called again for the same interrupt handler, the code in memory is used.

Requirements

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

See Also

LoadIntChainHandler | Trusted APIs

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.