Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 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(
[in] PVOID* ImageBase
);
Parameters
- 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