Changeset 66367 in vbox for trunk/include/iprt/ldr.h
- Timestamp:
- Mar 30, 2017 2:07:17 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/ldr.h
r65239 r66367 1029 1029 * This is mainly for PE, NE and LX headers, but also Mach-O FAT. */ 1030 1030 RTLDRPROP_FILE_OFF_HEADER, 1031 /** The internal module name. 1032 * This is the SONAME for ELF, export table name for PE, and zero'th resident 1033 * name table entry for LX. 1034 * Returns zero terminated string. */ 1035 RTLDRPROP_INTERNAL_NAME, 1031 1036 1032 1037 /** End of valid properties. */
Note:
See TracChangeset
for help on using the changeset viewer.