Changeset 38581 in vbox for trunk/src/VBox/Runtime/include/internal/dbgmod.h
- Timestamp:
- Aug 31, 2011 12:43:26 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/include/internal/dbgmod.h
r38547 r38581 128 128 129 129 /** 130 * Converts a link address to a segment:offset address (RVA included). 131 * 132 * @returns IPRT status code. 133 * 134 * @param pMod Pointer to the module structure. 135 * @param LinkAddress The link address to convert. 136 * @param piSeg The segment index. 137 * @param poffSeg Where to return the segment offset. 138 */ 139 DECLCALLBACKMEMBER(int, pfnLinkAddressToSegOffset)(PRTDBGMODINT pMod, RTLDRADDR LinkAddress, 140 PRTDBGSEGIDX piSeg, PRTLDRADDR poffSeg); 141 142 /** 130 143 * Creates a read-only mapping of a part of the image file. 131 144 *
Note:
See TracChangeset
for help on using the changeset viewer.