Changeset 58124 in vbox for trunk/include/VBox/ExtPack
- Timestamp:
- Oct 8, 2015 6:30:55 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/ExtPack/ExtPack.h
r56291 r58124 308 308 * @param pThis Pointer to this structure. 309 309 * @param pConsole The console interface. 310 * @param pVM The VM handle.310 * @param pVM The cross context VM structure. 311 311 */ 312 312 DECLCALLBACKMEMBER(int, pfnVMConfigureVMM)(PCVBOXEXTPACKREG pThis, VBOXEXTPACK_IF_CS(IConsole) *pConsole, PVM pVM); … … 320 320 * @param pThis Pointer to this structure. 321 321 * @param pConsole The console interface. 322 * @param pVM The VM handle.322 * @param pVM The cross context VM structure. 323 323 */ 324 324 DECLCALLBACKMEMBER(int, pfnVMPowerOn)(PCVBOXEXTPACKREG pThis, VBOXEXTPACK_IF_CS(IConsole) *pConsole, PVM pVM); … … 331 331 * @param pThis Pointer to this structure. 332 332 * @param pConsole The console interface. 333 * @param pVM The VM handle.Can be NULL.333 * @param pVM The cross context VM structure. Can be NULL. 334 334 */ 335 335 DECLCALLBACKMEMBER(void, pfnVMPowerOff)(PCVBOXEXTPACKREG pThis, VBOXEXTPACK_IF_CS(IConsole) *pConsole, PVM pVM);
Note:
See TracChangeset
for help on using the changeset viewer.