Share via


DestroyInstance (Windows CE 5.0)

Send Feedback

This function is called when an installable ISR is unloaded using the FreeIntChainHandler function.

BOOL DestroyInstance(  DWORD InstanceIndex);

Parameters

  • InstanceIndex
    [in] Instance of the ISR being unloaded.

Return Values

TRUE indicates success.

FALSE indicates that an error occurred while uninstalling the installable ISR.

Requirements

OS Versions: Windows CE .NET 4.2 and later.
Header: Not applicable.
Link Library: Not applicable.

See Also

Installable ISRs | CreateInstance | FreeIntChainHandler | LoadIntChainHandler

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.