Changeset 38547 in vbox for trunk/src/VBox/Runtime/include/internal/ldr.h
- Timestamp:
- Aug 26, 2011 12:58:47 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 73701
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/include/internal/ldr.h
r38515 r38547 240 240 PFNRTLDRENUMDBG pfnCallback, void *pvUser); 241 241 242 /** 243 * Enumerates the segments in the module. 244 * 245 * @returns iprt status code, which might have been returned by pfnCallback. 246 * @param pMod Pointer to the loader module structure. 247 * @param pfnCallback The callback function which each debug info part is 248 * to be fed to. 249 * @param pvUser User argument to pass to the enumerator. 250 * @remark This is an optional entry point that can be NULL. 251 */ 252 DECLCALLBACKMEMBER(int, pfnEnumSegments)(PRTLDRMODINTERNAL pMod, PFNRTLDRENUMSEGS pfnCallback, void *pvUser); 253 242 254 243 255 /** Dummy entry to make sure we've initialized it all. */
Note:
See TracChangeset
for help on using the changeset viewer.