儲存庫 vbox 的更動 18190
- 時間撮記:
- 2009-3-24 下午02:39:03 (16 年 以前)
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/include/VBox/VBoxGuest.h
r17998 r18190 65 65 /** The support device name. */ 66 66 # define VBOXGUEST_DEVICE_NAME "/dev/vboxadd" 67 /** The support device name of the user accessible device node. */ 67 68 # define VBOXGUEST_USER_DEVICE_NAME "/dev/vboxuser" 68 69 … … 70 71 /** The support device name. */ 71 72 # define VBOXGUEST_DEVICE_NAME "\\Dev\\VBoxGst$" 73 /** The support device name of the user accessible device node. */ 72 74 # define VBOXGUEST_USER_DEVICE_NAME "\\Dev\\VBoxGst$" 73 75 … … 75 77 /** The support device name. */ 76 78 # define VBOXGUEST_DEVICE_NAME "/dev/vboxguest" 79 /** The support device name of the user accessible device node. */ 77 80 # define VBOXGUEST_USER_DEVICE_NAME "/dev/vboxguest" 78 81 … … 80 83 /** The support service name. */ 81 84 # define VBOXGUEST_SERVICE_NAME "VBoxGuest" 82 /** Win32 Device name. */85 /** Win32 device name. */ 83 86 # define VBOXGUEST_DEVICE_NAME "\\\\.\\VBoxGuest" 87 /** The support device name of the user accessible device node. */ 84 88 # define VBOXGUEST_USER_DEVICE_NAME "\\\\.\\VBoxGuest" 85 89 /** Global name for Win2k+ */ … … 93 97 /** The support device name. */ 94 98 # define VBOXGUEST_DEVICE_NAME "/dev/vboxguest" 99 /** The support device name of the user accessible device node. */ 95 100 # define VBOXGUEST_USER_DEVICE_NAME "/dev/vboxguest" 96 101 … … 1237 1242 #if HC_ARCH_BITS == 32 1238 1243 uint32_t u32Padding; 1239 #endif 1244 #endif 1240 1245 } VBGLBIGREQ; 1241 1246 /** Pointer to a request wrapper for solaris guests. */ … … 1298 1303 #endif /* RT_ARCH_AMD64 */ 1299 1304 1300 /** IOCTL to VBoxGuest to query the VMMDev IO port region start. 1305 /** IOCTL to VBoxGuest to query the VMMDev IO port region start. 1301 1306 * @remarks Ring-0 only. */ 1302 1307 #define VBOXGUEST_IOCTL_GETVMMDEVPORT VBOXGUEST_IOCTL_CODE(1, sizeof(VBoxGuestPortInfo))
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器