Changeset 57944 in vbox for trunk/src/VBox/Runtime/include/internal
- Timestamp:
- Sep 29, 2015 3:07:09 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 102919
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/include/internal/dbgmod.h
r56290 r57944 233 233 * @returns IPRT status code. 234 234 * @param pMod Pointer to the module structure. 235 * @param enm LdrPropThe property to query.235 * @param enmProp The property to query. 236 236 * @param pvBuf Pointer to the return buffer. 237 237 * @param cbBuf The size of the return buffer. … … 524 524 * @returns IPRT status code. On success the necessary method tables should be 525 525 * installed in @a pMod. 526 * @param p ModPointer to the debug module structure.526 * @param pDbgMod Pointer to the debug module structure. 527 527 * @param pDeferred The deferred load data. 528 528 */ 529 typedef DECLCALLBACK(int) FNRTDBGMODDEFERRED(PRTDBGMODINT p Mod, struct RTDBGMODDEFERRED *pDeferred);529 typedef DECLCALLBACK(int) FNRTDBGMODDEFERRED(PRTDBGMODINT pDbgMod, struct RTDBGMODDEFERRED *pDeferred); 530 530 /** Pointer to a deferred loading callback. */ 531 531 typedef FNRTDBGMODDEFERRED *PFNRTDBGMODDEFERRED;
Note:
See TracChangeset
for help on using the changeset viewer.