Changeset 65088 in vbox for trunk/src/VBox/Main/src-all
- Timestamp:
- Jan 3, 2017 8:52:49 PM (8 years ago)
- Location:
- trunk/src/VBox/Main/src-all
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-all/ExtPackUtil.cpp
r62485 r65088 272 272 * @returns NULL on success, pointer to an error message on failure (caller 273 273 * deletes it). 274 * @param a_pszDir The directory containingthe description file.274 * @param hVfsFile The file handle of the description file. 275 275 * @param a_pExtPackDesc Where to store the extension pack descriptor. 276 276 * @param a_pObjInfo Where to store the object info for the file (unix … … 678 678 * 679 679 * @returns VBox status code, failures with message. 680 * @param h ManifestFileThe xml from the extension pack.680 * @param hXmlFile The xml from the extension pack. 681 681 * @param pszExtPackName The expected extension pack name. This can be 682 682 * NULL, in which we don't have any expectations. -
trunk/src/VBox/Main/src-all/VirtualBoxBase.cpp
r63147 r65088 267 267 * recognize that the created error info object represents a warning rather 268 268 * than an error. 269 * 270 * @param aResultCode 271 * @param aIID 272 * @param pcszComponent 273 * @param aText 274 * @param aWarning 275 * @param aLogIt 276 * @param aResultDetail 269 277 */ 270 278 /* static */ … … 447 455 * virtual getClassIID() and getComponentName() methods which are automatically 448 456 * defined by the VIRTUALBOXBASE_ADD_ERRORINFO_SUPPORT macro. 449 * @param aResultCode 450 * @param pcsz 457 * @param aResultCode 451 458 * @return 452 459 */ … … 466 473 * virtual getClassIID() and getComponentName() methods which are automatically 467 474 * defined by the VIRTUALBOXBASE_ADD_ERRORINFO_SUPPORT macro. 468 * @param aResultCode 475 * @param aResultCode 476 * @param pcsz 469 477 * @return 470 478 */ … … 488 496 * virtual getClassIID() and getComponentName() methods which are automatically 489 497 * defined by the VIRTUALBOXBASE_ADD_ERRORINFO_SUPPORT macro. 490 * @param ei498 * @param ei 491 499 * @return 492 500 */ -
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.