VirtualBox

Ignore:
Timestamp:
Mar 30, 2017 2:07:17 PM (8 years ago)
Author:
vboxsync
Message:

IPRT: Added RTLDRPROP_INTERNAL_NAME to RTLdrQueryProp/RTLdrQueryPropEx and implemented it for PE and kLdr (i.e. missing for ELF).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/ldr/ldrEx.cpp

    r64891 r66367  
    640640            AssertReturn(cbBuf == sizeof(uint32_t) || cbBuf == sizeof(uint64_t), VERR_INVALID_PARAMETER);
    641641            break;
     642        case RTLDRPROP_INTERNAL_NAME:
     643            *pcbRet = 0;
     644            break;
    642645
    643646        default:
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