Changeset 17727 in vbox
- Timestamp:
- Mar 12, 2009 10:21:32 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 44241
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/cbinding/tstLinuxC.c
r17712 r17727 327 327 /* 328 328 * VBoxGetXPCOMCFunctions() is the only function exported by 329 * VBoxXPCOMC.so. This functions gives you the pointer to the 329 * VBoxXPCOMC.so and the only one needed to make virtualbox 330 * work with C. This functions gives you the pointer to the 330 331 * function table (g_pVBoxFuncs). 332 * 333 * Once you get the function table, then how and which functions 334 * to use is explained below. 331 335 * 332 336 * g_pVBoxFuncs->pfnComInitialize does all the necessary startup
Note:
See TracChangeset
for help on using the changeset viewer.