Changeset 65088 in vbox for trunk/src/VBox/Main/src-all/win/VBoxProxyStub.c
- Timestamp:
- Jan 3, 2017 8:52:49 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-all/win/VBoxProxyStub.c
r63260 r65088 280 280 /** 281 281 * Pure virtual method implementation referenced by VirtualBox_p.c 282 *283 * @returns New reference count.284 * @param pThis Buffer to release.285 282 */ 286 283 void __cdecl _purecall(void) /* see DLLDUMMYPURECALL in RpcProxy.h */ … … 370 367 * @param pszSubRoot The path to the where the classes are registered, 371 368 * NULL if @a hkeyRoot. 372 * @param hkeyAltRoot The registry root tree constant for the alternative373 * registrations (remove only).374 * @param pszAltSubRoot The path to where classes could also be registered,375 * but shouldn't be in our setup.376 369 * @param fDelete Whether to delete registrations first. 377 370 * @param fUpdate Whether to update registrations. … … 1267 1260 * 1268 1261 * @returns COM status code. 1262 * @param pState 1269 1263 * @param pwszVBoxDir The VirtualBox application directory. 1270 1264 * @param fIs32On64 Set if this is the 32-bit on 64-bit component. … … 1423 1417 * 1424 1418 * @param pState The registry modifier state. 1425 * @param pwszVBoxDir The VirtualBox install directory (unicode),1426 * trailing slash.1427 * @param fIs32On64 Set if we're registering the 32-bit proxy stub1428 * on a 64-bit system.1429 1419 */ 1430 1420 static void vbpsUpdateInterfaceRegistrations(VBPSREGSTATE *pState)
Note:
See TracChangeset
for help on using the changeset viewer.