VirtualBox

Changeset 46080 in vbox for trunk/src/VBox/Runtime/common


Ignore:
Timestamp:
May 14, 2013 8:09:08 PM (12 years ago)
Author:
vboxsync
Message:

Added RTLdrOpenInMemory.

File:
1 edited

Legend:

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

    r44528 r46080  
    166166
    167167
    168 /**
    169  * Gets the size of the loaded image.
    170  * This is only supported for modules which has been opened using RTLdrOpen() and RTLdrOpenBits().
    171  *
    172  * @returns image size (in bytes).
    173  * @returns ~(size_t)0 on if not opened by RTLdrOpen().
    174  * @param   hLdrMod     Handle to the loader module.
    175  * @remark  Not supported for RTLdrLoad() images.
    176  */
    177168RTDECL(size_t) RTLdrSize(RTLDRMOD hLdrMod)
    178169{
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