Changeset 74252 in vbox for trunk/src/VBox/Runtime/tools
- Timestamp:
- Sep 13, 2018 5:22:06 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 125046
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/tools/RTKrnlModInfo.cpp
r69434 r74252 49 49 return RTMsgInitFailure(rc); 50 50 51 /** @todo proper argument parsing, please. */ 52 if (argc != 1) 53 { 54 RTMsgError("Syntax error: This tool takes no parameters. It just lists the modules\n"); 55 return RTEXITCODE_SYNTAX; 56 } 57 51 58 RTEXITCODE rcExit = RTEXITCODE_SUCCESS; 52 59 uint32_t cKrnlMods = RTKrnlModLoadedGetCount();
Note:
See TracChangeset
for help on using the changeset viewer.