_CorImageUnloading Function

Notifies the loader when the managed module images are unloaded.

In Windows XP, the operating system loader checks for managed modules by examining a bit in the common object file format (COFF) header. A set bit denotes a managed module. If the loader detects managed modules, it loads Mscoree.dll. _CorValidateImage Function notifies the loader when the managed module images are loaded, and _CorImageUnloading notifies the loader when the managed module images are unloaded.

STDAPI (VOID) _CorImageUnloading( 
      PVOID* ImageBase
);

Parameters

Parameter Description

ImageBase

[in] A pointer to the starting location of the image to unload.

Requirements

Platforms: Windows 2000, Windows XP, Windows Server 2003 family

Header: Cor.h

Library: Included as a resource in Mscoree.dll

.NET Framework Version: 2.0, 1.1, 1.0

See Also

Other Resources

Metadata Global Static Functions