VirtualBox

Changeset 48557 in vbox for trunk/include/VBox/vmm


Ignore:
Timestamp:
Sep 19, 2013 5:58:32 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
89108
Message:

vm.h: Doxygen.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/vmm/vm.h

    r47989 r48557  
    494494 * Sets a force action flag.
    495495 *
    496  * @param   pVM     VM Handle.
     496 * @param   pVM     Pointer to the VM.
    497497 * @param   fFlag   The flag to set.
    498498 */
     
    509509 * Sets a force action flag for the given VCPU.
    510510 *
    511  * @param   pVCpu     VMCPU Handle.
     511 * @param   pVCpu   Pointer to the VMCPU.
    512512 * @param   fFlag   The flag to set.
    513513 */
     
    517517 * Clears a force action flag.
    518518 *
    519  * @param   pVM     VM Handle.
     519 * @param   pVM     Pointer to the VM.
    520520 * @param   fFlag   The flag to clear.
    521521 */
     
    532532 * Clears a force action flag for the given VCPU.
    533533 *
    534  * @param   pVCpu     VMCPU Handle.
     534 * @param   pVCpu   Pointer to the VMCPU.
    535535 * @param   fFlag   The flag to clear.
    536536 */
     
    540540 * Checks if a force action flag is set.
    541541 *
    542  * @param   pVM     VM Handle.
     542 * @param   pVM     Pointer to the VM.
    543543 * @param   fFlag   The flag to check.
    544544 */
     
    548548 * Checks if a force action flag is set for the given VCPU.
    549549 *
    550  * @param   pVCpu   VMCPU Handle.
     550 * @param   pVCpu   Pointer to the VMCPU.
    551551 * @param   fFlag   The flag to check.
    552552 */
     
    556556 * Checks if one or more force action in the specified set is pending.
    557557 *
    558  * @param   pVM     VM Handle.
     558 * @param   pVM     Pointer to the VM.
    559559 * @param   fFlags  The flags to check for.
    560560 */
     
    566566 * @returns true if the bit was set.
    567567 * @returns false if the bit was clear.
    568  * @param   pVM     VM Handle.
     568 * @param   pVM     Pointer to the VM.
    569569 * @param   iBit    Bit position to check and clear
    570570 */
     
    576576 * @returns true if the bit was set.
    577577 * @returns false if the bit was clear.
    578  * @param   pVCpu   VMCPU Handle.
     578 * @param   pVCpu   Pointer to the VMCPU.
    579579 * @param   iBit    Bit position to check and clear
    580580 */
     
    584584 * Checks if one or more force action in the specified set is pending for the given VCPU.
    585585 *
    586  * @param   pVCpu   VMCPU Handle.
     586 * @param   pVCpu   Pointer to the VMCPU.
    587587 * @param   fFlags  The flags to check for.
    588588 */
     
    593593 * or more other ones are not.
    594594 *
    595  * @param   pVM     VM Handle.
     595 * @param   pVM     Pointer to the VM.
    596596 * @param   fFlags  The flags to check for.
    597597 * @param   fExcpt  The flags that should not be set.
     
    603603 * VCPU while one or more other ones are not.
    604604 *
    605  * @param   pVCpu     VMCPU Handle.
     605 * @param   pVCpu   Pointer to the VMCPU.
    606606 * @param   fFlags  The flags to check for.
    607607 * @param   fExcpt  The flags that should not be set.
Note: See TracChangeset for help on using the changeset viewer.

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