VirtualBox

Changeset 17998 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Mar 17, 2009 8:09:37 AM (16 years ago)
Author:
vboxsync
Message:

Additions/VBoxGuest.h: made HGCM requests return a signed value which was a long-standing todo

File:
1 edited

Legend:

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

    r17858 r17998  
    13751375typedef struct _VBoxGuestHGCMConnectInfo
    13761376{
    1377     uint32_t result;          /**< OUT */
     1377    int32_t result;           /**< OUT */
    13781378    HGCMServiceLocation Loc;  /**< IN */
    13791379    uint32_t u32ClientID;     /**< OUT */
     
    13831383typedef struct _VBoxGuestHGCMDisconnectInfo
    13841384{
    1385     uint32_t result;          /**< OUT */
     1385    int32_t result;           /**< OUT */
    13861386    uint32_t u32ClientID;     /**< IN */
    13871387} VBoxGuestHGCMDisconnectInfo;
     
    13901390typedef struct _VBoxGuestHGCMCallInfo
    13911391{
    1392     uint32_t result;          /**< OUT Host HGCM return code.*/
     1392    int32_t result;           /**< OUT Host HGCM return code.*/
    13931393    uint32_t u32ClientID;     /**< IN  The id of the caller. */
    13941394    uint32_t u32Function;     /**< IN  Function number. */
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