Changeset 73387 in vbox for trunk/include/iprt
- Timestamp:
- Jul 27, 2018 3:20:00 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 124005
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/ldr.h
r73375 r73387 1094 1094 * Returns zero terminated string. */ 1095 1095 RTLDRPROP_INTERNAL_NAME, 1096 /** The raw unwind info if available. 1097 * For PE this means IMAGE_DIRECTORY_ENTRY_EXCEPTION. Not implemented any 1098 * others yet. */ 1096 /** The raw unwind table if available. 1097 * For PE this means IMAGE_DIRECTORY_ENTRY_EXCEPTION content, for AMD64 this 1098 * is the lookup table (IMAGE_RUNTIME_FUNCTION_ENTRY). 1099 * Not implemented any others yet. */ 1100 RTLDRPROP_UNWIND_TABLE, 1101 /** Read unwind info at given RVA and up to buffer size. The RVA is stored 1102 * as uint32_t in the buffer when making the call. 1103 * This is only implemented for PE. */ 1099 1104 RTLDRPROP_UNWIND_INFO, 1100 1105
Note:
See TracChangeset
for help on using the changeset viewer.