VirtualBox

Changeset 102276 in vbox for trunk/include/iprt/ldr.h


Ignore:
Timestamp:
Nov 23, 2023 3:41:16 PM (12 months ago)
Author:
vboxsync
Message:

IPRT/ldr: Added RTLdrLxSetSegmentSelectors. bugref:10371

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/ldr.h

    r99739 r102276  
    10111011
    10121012/**
     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 */
     1022RTDECL(int) RTLdrLxSetSegmentSelectors(RTLDRMOD hLdrMod, uint32_t iSegment, uint16_t Sel16bit, uint16_t SelFlat);
     1023
     1024/**
    10131025 * Converts a link address to a segment:offset address.
    10141026 *
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette