Partager via


DestroyInstance

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

Last updated on Wednesday, April 13, 2005

© 2005 Microsoft Corporation. All rights reserved.