次の方法で共有


IDiaReadExeAtRVACallback

[Note: This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

[このトピックはプレリリース版のため将来変更される可能性があります。また、プレースホルダとしてブランクのトピックが含まれています。]

Enables a client application to supply bytes of an executable file as specified by a relative virtual address.

IDiaReadExeAtRVACallback : IUnknown

Methods in Vtable Order

The following table shows the methods of IDiaReadExeAtRVACallback.

Method

Description

IDiaReadExeAtRVACallback::ReadExecutableAtRVA

Reads the specified number of bytes starting at the specified relative virtual address (RVA) from the executable file.

Remarks

The client application implements this interface in order to provide the bytes of the executable using a relative virtual address into the executable's file. To use an absolute file offset, implement the IDiaReadExeAtOffsetCallback interface.

Notes for Callers

This method is implemented by the client application and passed to the IDiaDataSource::loadDataForExe method as an alternative method for reading the file.

Requirements

Header: Dia2.h

Library: diaguids.lib

DLL: msdia80.dll

See Also

Interfaces (Debug Interface Access SDK)
IDiaDataSource::loadDataForExe
IDiaReadExeAtOffsetCallback