Changeset 1142 in vbox for trunk/include
- Timestamp:
- Mar 1, 2007 5:58:05 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/com/VirtualBox.h
r1 r1142 2 2 * 3 3 * MS COM / XPCOM Abstraction Layer: 4 * VirtualBox COM Library definitions 4 * VirtualBox COM Library definitions. 5 * 6 * Note: This is the main header file that COM/XPCOM clients 7 * include; however, it is only a wrapper around another 8 * platform-dependent include file that contains the real 9 * COM/XPCOM interface declarations. That other include file 10 * is generated automatically at build time from 11 * /src/VBox/Main/idl/VirtualBox.xidl, which contains all 12 * the VirtualBox interfaces; the include file is called 13 * VirtualBox.h on Windows hosts and VirtualBox_XPCOM.h 14 * on Linux hosts. The build process places it in 15 * out/<platform>/bin/sdk/include, from where it gets 16 * included by the rest of the VirtualBox code. 5 17 */ 6 18
Note:
See TracChangeset
for help on using the changeset viewer.