VirtualBox

儲存庫 vbox 的更動 18190


忽略:
時間撮記:
2009-3-24 下午02:39:03 (16 年 以前)
作者:
vboxsync
訊息:

VBoxGuest.h: comments. grr.

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • trunk/include/VBox/VBoxGuest.h

    r17998 r18190  
    6565/** The support device name. */
    6666# define VBOXGUEST_DEVICE_NAME        "/dev/vboxadd"
     67/** The support device name of the user accessible device node. */
    6768# define VBOXGUEST_USER_DEVICE_NAME   "/dev/vboxuser"
    6869
     
    7071/** The support device name. */
    7172# define VBOXGUEST_DEVICE_NAME        "\\Dev\\VBoxGst$"
     73/** The support device name of the user accessible device node. */
    7274# define VBOXGUEST_USER_DEVICE_NAME   "\\Dev\\VBoxGst$"
    7375
     
    7577/** The support device name. */
    7678# define VBOXGUEST_DEVICE_NAME        "/dev/vboxguest"
     79/** The support device name of the user accessible device node. */
    7780# define VBOXGUEST_USER_DEVICE_NAME   "/dev/vboxguest"
    7881
     
    8083/** The support service name. */
    8184# define VBOXGUEST_SERVICE_NAME       "VBoxGuest"
    82 /** Win32 Device name. */
     85/** Win32 device name. */
    8386# define VBOXGUEST_DEVICE_NAME        "\\\\.\\VBoxGuest"
     87/** The support device name of the user accessible device node. */
    8488# define VBOXGUEST_USER_DEVICE_NAME   "\\\\.\\VBoxGuest"
    8589/** Global name for Win2k+ */
     
    9397/** The support device name. */
    9498# define VBOXGUEST_DEVICE_NAME        "/dev/vboxguest"
     99/** The support device name of the user accessible device node. */
    95100# define VBOXGUEST_USER_DEVICE_NAME   "/dev/vboxguest"
    96101
     
    12371242#if HC_ARCH_BITS == 32
    12381243    uint32_t    u32Padding;
    1239 #endif   
     1244#endif
    12401245} VBGLBIGREQ;
    12411246/** Pointer to a request wrapper for solaris guests. */
     
    12981303#endif /* RT_ARCH_AMD64 */
    12991304
    1300 /** IOCTL to VBoxGuest to query the VMMDev IO port region start. 
     1305/** IOCTL to VBoxGuest to query the VMMDev IO port region start.
    13011306 * @remarks Ring-0 only. */
    13021307#define VBOXGUEST_IOCTL_GETVMMDEVPORT   VBOXGUEST_IOCTL_CODE(1, sizeof(VBoxGuestPortInfo))
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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