Changeset 22590 in vbox
- Timestamp:
- Aug 31, 2009 9:38:02 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/cbinding/VBoxCAPI_v3_0.h
r21571 r22590 900 900 901 901 struct IVirtualBoxErrorInfo; 902 struct ILocalOwner; 902 903 struct IVirtualBoxCallback; 903 904 struct IDHCPServer; … … 955 956 956 957 typedef struct IVirtualBoxErrorInfo IVirtualBoxErrorInfo; 958 typedef struct ILocalOwner ILocalOwner; 957 959 typedef struct IVirtualBoxCallback IVirtualBoxCallback; 958 960 typedef struct IDHCPServer IDHCPServer; … … 1841 1843 1842 1844 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 } 1851 struct ILocalOwner_vtbl 1852 { 1853 struct nsISupports_vtbl nsisupports; 1854 1855 nsresult (*SetLocalObject)( 1856 ILocalOwner *pThis, 1857 nsISupports * object 1858 ); 1859 1860 }; 1861 1862 struct ILocalOwner 1863 { 1864 struct ILocalOwner_vtbl *vtbl; 1865 }; 1866 /* End of struct ILocalOwner Declaration */ 1867 1868 1843 1869 /* Start of struct IVirtualBoxCallback Declaration */ 1844 1870 #define IVIRTUALBOXCALLBACK_IID_STR "2990059f-5bc8-4635-8415-658917cd3186" … … 5051 5077 5052 5078 /* Start of struct ISession Declaration */ 5053 #define ISESSION_IID_STR "12F4DCDB-12B2-4 ec1-B7CD-DDD9F6C5BF4D"5079 #define ISESSION_IID_STR "12F4DCDB-12B2-4EC1-B7CD-DDD9F6C5BF4D" 5054 5080 #define ISESSION_IID { \ 5055 0x12F4DCDB, 0x12B2, 0x4 ec1, \5081 0x12F4DCDB, 0x12B2, 0x4EC1, \ 5056 5082 { 0xB7, 0xCD, 0xDD, 0xD9, 0xF6, 0xC5, 0xBF, 0x4D } \ 5057 5083 } … … 5263 5289 5264 5290 #define NS_SESSION_CID { \ 5265 0x3C02F46D, 0xC9D2, 0x4 f11, \5291 0x3C02F46D, 0xC9D2, 0x4F11, \ 5266 5292 { 0xA3, 0x84, 0x53, 0xF0, 0xCF, 0x91, 0x72, 0x14 } \ 5267 5293 } … … 5269 5295 /* for compatibility with Win32 */ 5270 5296 #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 5271 5307 5272 5308
Note:
See TracChangeset
for help on using the changeset viewer.