Changeset 73497 in vbox
- Timestamp:
- Aug 4, 2018 7:58:52 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/ldr.h
r73494 r73497 1236 1236 * for the location given by iSeg:off. 1237 1237 * 1238 * @param h DbgModThe module handle.1239 * @param pvBits 1240 * 1241 * 1242 * 1243 * @param iSeg 1244 * @param off 1245 * 1246 * 1247 * @param pState 1238 * @param hLdrMod The module handle. 1239 * @param pvBits Optional pointer to bits returned by 1240 * RTLdrGetBits(). This can be utilized by some module 1241 * interpreters to reduce memory consumption and file 1242 * access. 1243 * @param iSeg The segment number of the program counter. UINT32_MAX if RVA. 1244 * @param off The offset into @a iSeg. Together with @a iSeg 1245 * this corresponds to the RTDBGUNWINDSTATE::uPc 1246 * value pointed to by @a pState. 1247 * @param pState The unwind state to work. 1248 1248 * 1249 1249 * @sa RTDbgModUnwindFrame
Note:
See TracChangeset
for help on using the changeset viewer.