DestroyInstance

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/27/2008

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

CreateInstance
FreeIntChainHandler
LoadIntChainHandler

Other Resources

Installable ISRs and the Kernel