VirtualBox

Changeset 22590 in vbox


Ignore:
Timestamp:
Aug 31, 2009 9:38:02 AM (15 years ago)
Author:
vboxsync
Message:

cbinding: Updated VBoxCAPI_v3_0.h to r51621

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/cbinding/VBoxCAPI_v3_0.h

    r21571 r22590  
    900900
    901901struct IVirtualBoxErrorInfo;
     902struct ILocalOwner;
    902903struct IVirtualBoxCallback;
    903904struct IDHCPServer;
     
    955956
    956957typedef struct IVirtualBoxErrorInfo IVirtualBoxErrorInfo;
     958typedef struct ILocalOwner ILocalOwner;
    957959typedef struct IVirtualBoxCallback IVirtualBoxCallback;
    958960typedef struct IDHCPServer IDHCPServer;
     
    18411843
    18421844
     1845/* Start of struct ILocalOwner Declaration */
     1846#define ILOCALOWNER_IID_STR "308FF42A-DC45-49D4-A950-B1EEE5E00BB5"
     1847#define ILOCALOWNER_IID { \
     1848    0x308FF42A, 0xDC45, 0x49D4, \
     1849    { 0xA9, 0x50, 0xB1, 0xEE, 0xE5, 0xE0, 0x0B, 0xB5 } \
     1850}
     1851struct ILocalOwner_vtbl
     1852{
     1853    struct nsISupports_vtbl nsisupports;
     1854
     1855    nsresult (*SetLocalObject)(
     1856        ILocalOwner *pThis,
     1857        nsISupports * object
     1858    );
     1859
     1860};
     1861
     1862struct ILocalOwner
     1863{
     1864    struct ILocalOwner_vtbl *vtbl;
     1865};
     1866/* End of struct ILocalOwner Declaration */
     1867
     1868
    18431869/* Start of struct IVirtualBoxCallback Declaration */
    18441870#define IVIRTUALBOXCALLBACK_IID_STR "2990059f-5bc8-4635-8415-658917cd3186"
     
    50515077
    50525078/* Start of struct ISession Declaration */
    5053 #define ISESSION_IID_STR "12F4DCDB-12B2-4ec1-B7CD-DDD9F6C5BF4D"
     5079#define ISESSION_IID_STR "12F4DCDB-12B2-4EC1-B7CD-DDD9F6C5BF4D"
    50545080#define ISESSION_IID { \
    5055     0x12F4DCDB, 0x12B2, 0x4ec1, \
     5081    0x12F4DCDB, 0x12B2, 0x4EC1, \
    50565082    { 0xB7, 0xCD, 0xDD, 0xD9, 0xF6, 0xC5, 0xBF, 0x4D } \
    50575083}
     
    52635289
    52645290#define NS_SESSION_CID { \
    5265     0x3C02F46D, 0xC9D2, 0x4f11, \
     5291    0x3C02F46D, 0xC9D2, 0x4F11, \
    52665292    { 0xA3, 0x84, 0x53, 0xF0, 0xCF, 0x91, 0x72, 0x14 } \
    52675293}
     
    52695295/* for compatibility with Win32 */
    52705296#define CLSID_Session (nsCID) NS_SESSION_CID
     5297
     5298
     5299
     5300#define NS_CALLBACKWRAPPER_CID { \
     5301    0x49EE8561, 0x5563, 0x4715, \
     5302    { 0xB1, 0x8C, 0xA4, 0xB1, 0xA4, 0x90, 0xDA, 0xFE } \
     5303}
     5304#define NS_CALLBACKWRAPPER_CONTRACTID "@virtualbox.org/CallbackWrapper;1"
     5305/* for compatibility with Win32 */
     5306#define CLSID_CallbackWrapper (nsCID) NS_CALLBACKWRAPPER_CID
    52715307
    52725308
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