DestroyInstance (Windows Embedded CE 6.0)
1/5/2010
This function is called when an installable ISR is unloaded using the FreeIntChainHandler function.
Syntax
BOOL DestroyInstance(
DWORD InstanceIndex
);
Parameters
- InstanceIndex
[in] Instance of the ISR being unloaded.
Return Value
TRUE indicates success.
FALSE indicates that an error occurred while uninstalling the installable ISR.
Requirements
Header | Developer Implemented |
Library | Developer Implemented |
Windows Embedded CE | Windows CE .NET 4.2 and later |
See Also
Reference
Optional OAL Functions
CreateInstance
FreeIntChainHandler
LoadIntChainHandler