VirtualBox

Changeset 21217 in vbox for trunk/include


Ignore:
Timestamp:
Jul 4, 2009 2:26:39 PM (16 years ago)
Author:
vboxsync
Message:

include/VBox/*.h: Mark which components the header files relate to.

Location:
trunk/include/VBox
Files:
65 edited

Legend:

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

    r8155 r21217  
    11/** @file
    2  * DevPCNet - Private guest interface for the PCNet device.
     2 * DevPCNet - Private guest interface for the PCNet device. (DEV)
    33 */
    44
  • trunk/include/VBox/VBoxDev.h

    r20374 r21217  
    11/** @file
    2  * Virtual Device for Guest <-> VMM/Host communication
     2 * Virtual Device for Guest <-> VMM/Host communication (ADD,DEV).
    33 */
    44
  • trunk/include/VBox/VBoxGuest.h

    r21212 r21217  
    11/** @file
    2  * VBoxGuest - VirtualBox Guest Additions Driver Interface.
     2 * VBoxGuest - VirtualBox Guest Additions Driver Interface. (ADD,DEV)
    33 */
    44
  • trunk/include/VBox/VBoxVideo.h

    r20985 r21217  
    11/** @file
    2  * VirtualBox Video interface
     2 * VirtualBox Video interface.
    33 */
    44
  • trunk/include/VBox/VRDPAuth.h

    r11961 r21217  
    11/** @file
    2  * VBox Remote Desktop Protocol:
    3  * External Authentication Library Interface.
     2 * VBox Remote Desktop Protocol - External Authentication Library Interface.
     3 * (VRDP)
    44 */
    55
  • trunk/include/VBox/VRDPOrders.h

    r8155 r21217  
    11/** @file
    2  * VBox Remote Desktop Protocol:
    3  * VRDP orders structures.
     2 * VBox Remote Desktop Protocol - Orders Structures. (VRDP)
    43 */
    54
  • trunk/include/VBox/bioslogo.h

    r8155 r21217  
    11/* $Id$ */
    22/** @file
    3  * BiosLogo - The Private BIOS Logo Interface.
     3 * BiosLogo - The Private BIOS Logo Interface. (DEV)
    44 */
    55
  • trunk/include/VBox/cfgm.h

    r20374 r21217  
    11/** @file
    2  * CFGM - Configuration Manager.
     2 * CFGM - Configuration Manager. (VMM)
    33 */
    44
  • trunk/include/VBox/cpum.h

    r20374 r21217  
    11/** @file
    2  * CPUM - CPU Monitor(/ Manager).
     2 * CPUM - CPU Monitor(/ Manager). (VMM)
    33 */
    44
  • trunk/include/VBox/cpumdis.h

    r20374 r21217  
    11/** @file
    2  * CPUM - CPU Monitor(/Manager)
     2 * CPUM - Disassembler. (VMM)
    33 */
    44
  • trunk/include/VBox/csam.h

    r20374 r21217  
    11/** @file
    2  * CSAM - Guest OS Code Scanning and Analyis Manager.
     2 * CSAM - Guest OS Code Scanning and Analyis Manager. (VMM)
    33 */
    44
  • trunk/include/VBox/dbg.h

    r20374 r21217  
    11/** @file
    2  * Debugger Interfaces.
     2 * Debugger Interfaces. (VBoxDbg)
    33 *
    44 * This header covers all external interfaces of the Debugger module.
  • trunk/include/VBox/dbgf.h

    r21111 r21217  
    11/** @file
    2  * DBGF - Debugger Facility.
     2 * DBGF - Debugger Facility. (VMM)
    33 */
    44
  • trunk/include/VBox/dbgfsel.h

    r19463 r21217  
    11/** @file
    2  * DBGF - Debugger Facility, selector interface partly shared with SELM.
     2 * DBGF - Debugger Facility, selector interface partly shared with SELM. (VMM)
    33 */
    44
  • trunk/include/VBox/dbggui.h

    r20374 r21217  
    11/** @file
    2  * DBGGUI - The VirtualBox Debugger GUI.
     2 * DBGGUI - The VirtualBox Debugger GUI. (VBoxDbg)
    33 */
    44
  • trunk/include/VBox/em.h

    r20588 r21217  
    11/** @file
    2  * EM - Execution Monitor.
     2 * EM - Execution Monitor. (VMM)
    33 */
    44
  • trunk/include/VBox/gmm.h

    r20374 r21217  
    11/** @file
    2  * GMM - The Global Memory Manager.
     2 * GMM - The Global Memory Manager. (VMM)
    33 */
    44
  • trunk/include/VBox/gvm.h

    r19395 r21217  
    11/* $Id$ */
    22/** @file
    3  * GVM - The Global VM Data.
     3 * GVM - The Global VM Data. (VMM)
    44 */
    55
  • trunk/include/VBox/gvmm.h

    r20374 r21217  
    11/* $Id$ */
    22/** @file
    3  * GVMM - The Global VM Manager.
     3 * GVMM - The Global VM Manager. (VMM)
    44 */
    55
  • trunk/include/VBox/hgcmsvc.h

    r14389 r21217  
    11/** @file
    2  * VBox - Host-Guest Communication Manager (HGCM):
    3  * Service library definitions.
     2 * Host-Guest Communication Manager (HGCM) - Service library definitions.
    43 */
    54
     
    186185/** Service specific extension callback.
    187186 *  This callback is called by the service to perform service specific operation.
    188  * 
     187 *
    189188 * @param pvExtension The extension pointer.
    190189 * @param u32Function What the callback is supposed to do.
     
    243242     */
    244243    DECLR3CALLBACKMEMBER(int, pfnHostCall, (void *pvService, uint32_t function, uint32_t cParms, VBOXHGCMSVCPARM paParms[]));
    245  
     244
    246245    /** Inform the service about a VM save operation. */
    247246    DECLR3CALLBACKMEMBER(int, pfnSaveState, (void *pvService, uint32_t u32ClientID, void *pvClient, PSSMHANDLE pSSM));
  • trunk/include/VBox/hwacc_svm.h

    r19903 r21217  
    11/** @file
    2  * HWACCM - SVM Structures and Definitions.
     2 * HWACCM - SVM Structures and Definitions. (VMM)
    33 */
    44
  • trunk/include/VBox/hwacc_vmx.h

    r19984 r21217  
    11/** @file
    2  * HWACCM - VMX Structures and Definitions.
     2 * HWACCM - VMX Structures and Definitions. (VMM)
    33 */
    44
  • trunk/include/VBox/hwaccm.h

    r21210 r21217  
    11/** @file
    2  * HWACCM - Intel/AMD VM Hardware Support Manager
     2 * HWACCM - Intel/AMD VM Hardware Support Manager (VMM)
    33 */
    44
  • trunk/include/VBox/intnet.h

    r20374 r21217  
    11/** @file
    2  * INETNET - Internal Networking.
     2 * INETNET - Internal Networking. (DEV,++)
    33 */
    44
  • trunk/include/VBox/iom.h

    r20374 r21217  
    11/** @file
    2  * IOM - Input / Output Monitor.
     2 * IOM - Input / Output Monitor. (VMM)
    33 */
    44
  • trunk/include/VBox/mm.h

    r21094 r21217  
    11/** @file
    2  * MM - The Memory Manager.
     2 * MM - The Memory Manager. (VMM)
    33 */
    44
  • trunk/include/VBox/param.h

    r20742 r21217  
    11/** @file
    2  * VirtualBox Parameter Definitions.
     2 * VirtualBox Parameter Definitions. (VMM,+)
    33 *
    44 * param.mac is generated from this file by running 'kmk incs' in the root.
  • trunk/include/VBox/patm.h

    r20374 r21217  
    11/** @file
    2  * PATM - Dynamic Guest OS Patching Manager
     2 * PATM - Dynamic Guest OS Patching Manager. (VMM)
    33 */
    44
  • trunk/include/VBox/pci.h

    r20154 r21217  
    11/** @file
    2  * PCI - The PCI Controller And Devices.
     2 * PCI - The PCI Controller And Devices. (DEV)
    33 */
    44
  • trunk/include/VBox/pdm.h

    r11292 r21217  
    11/** @file
    2  * PDM - Pluggable Device Manager.
     2 * PDM - Pluggable Device Manager. (VMM)
    33 */
    44
  • trunk/include/VBox/pdmapi.h

    r21188 r21217  
    11/** @file
    2  * PDM - Pluggable Device Manager, Core API.
     2 * PDM - Pluggable Device Manager, Core API. (VMM)
    33 *
    44 * The 'Core API' has been put in a different header because everyone
  • trunk/include/VBox/pdmasynccompletion.h

    r20374 r21217  
    11/* $Id$ */
    22/** @file
    3  * PDM - Pluggable Device Manager, Async I/O Completion.
     3 * PDM - Pluggable Device Manager, Async I/O Completion. (VMM)
    44 */
    55
  • trunk/include/VBox/pdmasynctask.h

    r20374 r21217  
    11/** @file
    2  * PDM - Pluggable Device Manager, Async Task.
     2 * PDM - Pluggable Device Manager, Async Task. (VMM)
    33 */
    44
  • trunk/include/VBox/pdmcritsect.h

    r20874 r21217  
    11/** @file
    2  * PDM - Pluggable Device Manager, Critical Sections.
     2 * PDM - Pluggable Device Manager, Critical Sections. (VMM)
    33 */
    44
  • trunk/include/VBox/pdmdev.h

    r21188 r21217  
    11/** @file
    2  * PDM - Pluggable Device Manager, Devices.
     2 * PDM - Pluggable Device Manager, Devices. (VMM)
    33 */
    44
  • trunk/include/VBox/pdmdrv.h

    r20864 r21217  
    11/** @file
    2  * PDM - Pluggable Device Manager, Drivers.
     2 * PDM - Pluggable Device Manager, Drivers. (VMM)
    33 */
    44
  • trunk/include/VBox/pdmifs.h

    r20374 r21217  
    11/** @file
    2  * PDM - Pluggable Device Manager, Interfaces.
     2 * PDM - Pluggable Device Manager, Interfaces. (VMM)
    33 */
    44
  • trunk/include/VBox/pdmins.h

    r13832 r21217  
    11/** @file
    2  * PDM - Pluggable Device Manager, Common Instance Macros.
     2 * PDM - Pluggable Device Manager, Common Instance Macros. (VMM)
    33 */
    44
  • trunk/include/VBox/pdmqueue.h

    r20374 r21217  
    11/** @file
    2  * PDM - Pluggable Device Manager, Queues.
     2 * PDM - Pluggable Device Manager, Queues. (VMM)
    33 */
    44
  • trunk/include/VBox/pdmsrv.h

    r20374 r21217  
    11/** @file
    2  * PDM - Pluggable Device Manager, VM Services.
     2 * PDM - Pluggable Device Manager, VM Services. (VMM)
     3 *
     4 * @todo    This has not been implemented, consider dropping the concept.
    35 */
    46
  • trunk/include/VBox/pdmthread.h

    r20374 r21217  
    11/** @file
    2  * PDM - Pluggable Device Manager, Threads.
     2 * PDM - Pluggable Device Manager, Threads. (VMM)
    33 */
    44
  • trunk/include/VBox/pdmusb.h

    r20374 r21217  
    11/** @file
    2  * PDM - Pluggable Device Manager, USB Devices.
     2 * PDM - Pluggable Device Manager, USB Devices. (VMM)
    33 */
    44
  • trunk/include/VBox/pgm.h

    r20567 r21217  
    11/** @file
    2  * PGM - Page Monitor / Monitor.
     2 * PGM - Page Monitor / Monitor. (VMM)
    33 */
    44
  • trunk/include/VBox/rem.h

    r20871 r21217  
    11/** @file
    2  * REM - The Recompiled Execution Manager.
     2 * REM - The Recompiled Execution Manager. (VMM)
    33 */
    44
  • trunk/include/VBox/scsi.h

    r19968 r21217  
    11/** @file
    2  * VirtualBox - SCSI declarations.
     2 * VirtualBox - SCSI declarations. (DEV,+)
    33 */
    44
  • trunk/include/VBox/selm.h

    r20374 r21217  
    11/** @file
    2  * SELM - The Selector Manager.
     2 * SELM - The Selector Manager. (VMM)
    33 */
    44
  • trunk/include/VBox/settings.h

    r21085 r21217  
    11/** @file
    2  * Settings File Manipulation API.
     2 * Settings File Manipulation API. (Main)
    33 */
    44
  • trunk/include/VBox/shflsvc.h

    r21177 r21217  
    11/** @file
    2  * Shared Folders:
    3  * Common header for host service and guest clients.
     2 * Shared Folders: Common header for host service and guest clients. (ADD,HSvc)
    43 */
    54
     
    3837
    3938
    40 /** Some bit flag manipulation macros. to be moved to VBox/cdefs.h? */
     39/** @name Some bit flag manipulation macros.
     40 * @{  */
    4141#ifndef BIT_FLAG
    4242#define BIT_FLAG(__Field,__Flag)       ((__Field) & (__Flag))
     
    5050#define BIT_FLAG_CLEAR(__Field,__Flag) ((__Field) &= ~(__Flag))
    5151#endif
     52/** @} */
    5253
    5354
  • trunk/include/VBox/ssm.h

    r20374 r21217  
    11/** @file
    2  * SSM - The Save State Manager.
     2 * SSM - The Save State Manager. (VMM)
    33 */
    44
  • trunk/include/VBox/stam.h

    r20681 r21217  
    11/** @file
    2  * STAM - Statistics Manager.
     2 * STAM - Statistics Manager. (VMM)
    33 */
    44
  • trunk/include/VBox/sup.h

    r20866 r21217  
    11/** @file
    2  * SUP - Support Library.
     2 * SUP - Support Library. (HDrv)
    33 */
    44
  • trunk/include/VBox/tm.h

    r20733 r21217  
    11/** @file
    2  * TM - Time Manager.
     2 * TM - Time Manager. (VMM)
    33 */
    44
  • trunk/include/VBox/trpm.h

    r20374 r21217  
    11/** @file
    2  * TRPM - The Trap Monitor.
     2 * TRPM - The Trap Monitor. (VMM)
    33 */
    44
  • trunk/include/VBox/usb.h

    r20374 r21217  
    11/** @file
    2  * USB - Universal Serial Bus.
     2 * USB - Universal Serial Bus. (DEV,Main?)
    33 */
    44
  • trunk/include/VBox/usblib-win.h

    r20989 r21217  
    11/** @file
    2  * USBLIB - USB Support Library:
    3  * This module implements the basic low-level OS interfaces for Windows hosts.
     2 * USBLib - Library for wrapping up the VBoxUSB functionality, Windows flavor.
     3 * (DEV,HDrv,Main)
    44 */
    55
  • trunk/include/VBox/usblib.h

    r20374 r21217  
    11/** @file
    2  * USBLIB - USB Support Library.
    3  * This module implements the basic low-level OS interfaces.
     2 * USBLib - Library for wrapping up the VBoxUSB functionality. (DEV,HDrv,Main)
    43 */
    54
  • trunk/include/VBox/uvm.h

    r19217 r21217  
    11/* $Id$ */
    22/** @file
    3  * GVM - The Global VM Data.
     3 * GVM - The Global VM Data. (VMM)
    44 */
    55
  • trunk/include/VBox/version.h

    r18178 r21217  
    11/** @file
    2  * Version management
     2 * VBox Version Management.
    33 */
    44
     
    3232
    3333#ifndef RC_INVOKED
    34 #include <version-generated.h>
     34# include <version-generated.h>
    3535
    3636/** Combined version number. */
    37 #define VBOX_VERSION                    (VBOX_VERSION_MAJOR << 16 | VBOX_VERSION_MINOR)
     37# define VBOX_VERSION                    (VBOX_VERSION_MAJOR << 16 | VBOX_VERSION_MINOR)
    3838/** Get minor version from combined version */
    39 #define VBOX_GET_VERSION_MINOR(uVer)    (uVer & 0xffff)
     39# define VBOX_GET_VERSION_MINOR(uVer)    (uVer & 0xffff)
    4040/** Get major version from combined version. */
    41 #define VBOX_GET_VERSION_MAJOR(uVer)    (uVer >> 16)
    42 #endif
     41# define VBOX_GET_VERSION_MAJOR(uVer)    (uVer >> 16)
     42#endif /* !RC_INVOKED */
    4343
    4444/** Vendor name */
  • trunk/include/VBox/vm.h

    r21145 r21217  
    11/** @file
    2  * VM - The Virtual Machine, data.
     2 * VM - The Virtual Machine, data. (VMM)
    33 */
    44
  • trunk/include/VBox/vmapi.h

    r20374 r21217  
    11/** @file
    2  * VM - The Virtual Machine, API.
     2 * VM - The Virtual Machine, API. (VMM)
    33 */
    44
  • trunk/include/VBox/vmm.h

    r21000 r21217  
    11/** @file
    2  * VMM - The Virtual Machine Monitor.
     2 * VMM - The Virtual Machine Monitor. (VMM)
    33 */
    44
  • trunk/include/VBox/vrdpapi.h

    r20973 r21217  
    11/** @file
    2  * VBox Remote Desktop Protocol:
    3  * Public APIs.
     2 * VBox Remote Desktop Protocol - Public APIs. (VRDP)
    43 */
    54
  • trunk/include/VBox/vrdpusb.h

    r13832 r21217  
    11/** @file
    2  * VBox Remote Desktop Protocol:
    3  * Remote USB backend interface.
     2 * VBox Remote Desktop Protocol - Remote USB backend interface. (VRDP)
    43 */
    54
  • trunk/include/VBox/vusb.h

    r20374 r21217  
    11/** @file
    2  * VUSB - VirtualBox USB.
     2 * VUSB - VirtualBox USB. (DEV,VMM)
    33 */
    44
  • trunk/include/VBox/x86.h

    r20742 r21217  
    11/** @file
    2  * X86 (and AMD64) Structures and Definitions.
     2 * X86 (and AMD64) Structures and Definitions (VMM,++).
    33 *
    44 * x86.mac is generated from this file by running 'kmk incs' in the root.
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