VirtualBox

Changeset 58124 in vbox for trunk/include/VBox/ExtPack


Ignore:
Timestamp:
Oct 8, 2015 6:30:55 PM (9 years ago)
Author:
vboxsync
Message:

include/VBox//*.h: pVM and pVCpu parameter description adjustments.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/ExtPack/ExtPack.h

    r56291 r58124  
    308308     * @param   pThis       Pointer to this structure.
    309309     * @param   pConsole    The console interface.
    310      * @param   pVM         The VM handle.
     310     * @param   pVM         The cross context VM structure.
    311311     */
    312312    DECLCALLBACKMEMBER(int, pfnVMConfigureVMM)(PCVBOXEXTPACKREG pThis, VBOXEXTPACK_IF_CS(IConsole) *pConsole, PVM pVM);
     
    320320     * @param   pThis       Pointer to this structure.
    321321     * @param   pConsole    The console interface.
    322      * @param   pVM         The VM handle.
     322     * @param   pVM         The cross context VM structure.
    323323     */
    324324    DECLCALLBACKMEMBER(int, pfnVMPowerOn)(PCVBOXEXTPACKREG pThis, VBOXEXTPACK_IF_CS(IConsole) *pConsole, PVM pVM);
     
    331331     * @param   pThis       Pointer to this structure.
    332332     * @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.
    334334     */
    335335    DECLCALLBACKMEMBER(void, pfnVMPowerOff)(PCVBOXEXTPACKREG pThis, VBOXEXTPACK_IF_CS(IConsole) *pConsole, PVM pVM);
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette