Changeset 46080 in vbox for trunk/src/VBox/Runtime/common
- Timestamp:
- May 14, 2013 8:09:08 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/ldr/ldrEx.cpp
r44528 r46080 166 166 167 167 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 */177 168 RTDECL(size_t) RTLdrSize(RTLDRMOD hLdrMod) 178 169 {
Note:
See TracChangeset
for help on using the changeset viewer.