Changeset 102276 in vbox for trunk/include/iprt/ldr.h
- Timestamp:
- Nov 23, 2023 3:41:16 PM (12 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/ldr.h
r99739 r102276 1011 1011 1012 1012 /** 1013 * LX specific API for setting the selectors of a segment before getting 1014 * segment bits. 1015 * 1016 * @returns IPRT status code. 1017 * @param hLdrMod The module handle. 1018 * @param iSegment The segment to set the selectors for. 1019 * @param Sel16bit The 16-bit selector. 1020 * @param SelFlat The flat selector. 1021 */ 1022 RTDECL(int) RTLdrLxSetSegmentSelectors(RTLDRMOD hLdrMod, uint32_t iSegment, uint16_t Sel16bit, uint16_t SelFlat); 1023 1024 /** 1013 1025 * Converts a link address to a segment:offset address. 1014 1026 *
Note:
See TracChangeset
for help on using the changeset viewer.