In Windows Embedded CE6 FreeIntChainHandler is only callable from kernel-space. The function OEM_FreeIntChainHandler is a workaround to use FreeIntChainHandler from user-space.
This function unloads an existing interrupt handler.
See Platform-Builder-Help for details.
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.
Requirements
OS Versions: Windows Embedded CE 6.
Header: drvlib_app.h
Link Library: drvlib_app.lib
added: 14.03.2008