| description | Enables a client application to supply bytes of an executable file as specified by file position. | |
|---|---|---|
| title | IDiaReadExeAtOffsetCallback | |
| ms.date | 11/04/2016 | |
| ms.topic | reference | |
| dev_langs |
|
|
| helpviewer_keywords |
|
|
| author | mikejo5000 | |
| ms.author | mikejo | |
| ms.subservice | debug-diagnostics |
Enables a client application to supply bytes of an executable file as specified by file position.
IDiaReadExeAtOffsetCallback : IUnknown
The following table shows the methods of IDiaReadExeAtOffsetCallback.
| Method | Description |
|---|---|
| IDiaReadExeAtOffsetCallback::ReadExecutableAt | Reads the specified number of bytes starting at the specified offset from an executable file. |
The client application implements this interface in order to provide the bytes of the executable using an absolute offset into the executable's file. To use a relative virtual address, implement the IDiaReadExeAtRVACallback interface.
This method is implemented by the client application and passed to the IDiaDataSource::loadDataForExe method as an alternative method for reading the file.
Header: Dia2.h
Library: diaguids.lib
DLL: msdia80.dll