ICLRDataEnumMemoryRegionsCallback Interface

Provides a callback method for ICLRDataEnumMemoryRegions::EnumMemoryRegions Method to report to the debugger the result of an attempt to enumerate a specified region of memory.

interface ICLRDataEnumMemoryRegionsCallback : IUnknown {
    HRESULT EnumMemoryRegion (
        [in] CLRDATA_ADDRESS  address,
        [in] ULONG32          size
    );
}

Methods

Method Description

ICLRDataEnumMemoryRegionsCallback::EnumMemoryRegion Method

Called by ICLRDataEnumMemoryRegions::EnumMemoryRegions Method to report to the debugger the result of an attempt to enumerate a specified region of memory.

Requirements

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

Header: ClrData.idl

Library: CorGuids.lib

.NET Framework Version: 2.0

See Also

Other Resources

Debugging Interfaces