Changeset 17998 in vbox for trunk/include/VBox
- Timestamp:
- Mar 17, 2009 8:09:37 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/VBoxGuest.h
r17858 r17998 1375 1375 typedef struct _VBoxGuestHGCMConnectInfo 1376 1376 { 1377 uint32_t result;/**< OUT */1377 int32_t result; /**< OUT */ 1378 1378 HGCMServiceLocation Loc; /**< IN */ 1379 1379 uint32_t u32ClientID; /**< OUT */ … … 1383 1383 typedef struct _VBoxGuestHGCMDisconnectInfo 1384 1384 { 1385 uint32_t result;/**< OUT */1385 int32_t result; /**< OUT */ 1386 1386 uint32_t u32ClientID; /**< IN */ 1387 1387 } VBoxGuestHGCMDisconnectInfo; … … 1390 1390 typedef struct _VBoxGuestHGCMCallInfo 1391 1391 { 1392 uint32_t result;/**< OUT Host HGCM return code.*/1392 int32_t result; /**< OUT Host HGCM return code.*/ 1393 1393 uint32_t u32ClientID; /**< IN The id of the caller. */ 1394 1394 uint32_t u32Function; /**< IN Function number. */
Note:
See TracChangeset
for help on using the changeset viewer.