Changeset 12462 in vbox for trunk/src/VBox/Debugger/VBoxDbgGui.h
- Timestamp:
- Sep 15, 2008 1:22:28 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Debugger/VBoxDbgGui.h
r12180 r12462 51 51 52 52 /** 53 * Initializes a VBoxDbgGui object .53 * Initializes a VBoxDbgGui object by ISession. 54 54 * 55 55 * @returns VBox status code. … … 57 57 */ 58 58 int init(ISession *pSession); 59 60 /** 61 * Initializes a VBoxDbgGui object by VM handle. 62 * 63 * @returns VBox status code. 64 * @param pVM The VM handle. 65 */ 66 int init(PVM pVM); 59 67 60 68 /**
Note:
See TracChangeset
for help on using the changeset viewer.