Changeset 58132 in vbox for trunk/include/VBox
- Timestamp:
- Oct 9, 2015 12:09:37 AM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 103230
- Location:
- trunk/include/VBox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vd-image-backend.h
r57388 r58132 461 461 * @returns VBox status code. 462 462 * @param pBackendData Opaque state data for this image. 463 * @param pTime Stamp Where to store the time stamp.464 */ 465 DECLR3CALLBACKMEMBER(int, pfnGetTime Stamp, (void *pBackendData, PRTTIMESPEC pTimeStamp));463 * @param pTimestamp Where to store the time stamp. 464 */ 465 DECLR3CALLBACKMEMBER(int, pfnGetTimestamp, (void *pBackendData, PRTTIMESPEC pTimestamp)); 466 466 467 467 /** … … 470 470 * @returns VBox status code. 471 471 * @param pBackendData Opaque state data for this image. 472 * @param pTime Stamp Where to store the time stamp.473 */ 474 DECLR3CALLBACKMEMBER(int, pfnGetParentTime Stamp, (void *pBackendData, PRTTIMESPEC pTimeStamp));472 * @param pTimestamp Where to store the time stamp. 473 */ 474 DECLR3CALLBACKMEMBER(int, pfnGetParentTimestamp, (void *pBackendData, PRTTIMESPEC pTimestamp)); 475 475 476 476 /** … … 479 479 * @returns VBox status code. 480 480 * @param pBackendData Opaque state data for this image. 481 * @param pTime Stamp Where to get the time stamp from.482 */ 483 DECLR3CALLBACKMEMBER(int, pfnSetParentTime Stamp, (void *pBackendData, PCRTTIMESPEC pTimeStamp));481 * @param pTimestamp Where to get the time stamp from. 482 */ 483 DECLR3CALLBACKMEMBER(int, pfnSetParentTimestamp, (void *pBackendData, PCRTTIMESPEC pTimestamp)); 484 484 485 485 /** -
trunk/include/VBox/vmm/pdmifs.h
r57191 r58132 2414 2414 * @returns VBox status code 2415 2415 * @param pInterface Pointer to the interface structure containing the called function pointer. 2416 * @param x abs New absolute X position2416 * @param xAbs New absolute X position 2417 2417 * @param yAbs New absolute Y position 2418 2418 */
Note:
See TracChangeset
for help on using the changeset viewer.