Changeset 90833 in vbox for trunk/include
- Timestamp:
- Aug 24, 2021 11:25:40 AM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 146468
- Location:
- trunk/include/VBox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/hgcmsvc.h
r90792 r90833 578 578 * @param u32Function What the callback is supposed to do. 579 579 * @param pvParm The function parameters. 580 * @param cbParm 580 * @param cbParms The size of the function parameters. 581 581 */ 582 582 typedef DECLCALLBACKTYPE(int, FNHGCMSVCEXT,(void *pvExtension, uint32_t u32Function, void *pvParm, uint32_t cbParms)); -
trunk/include/VBox/rawpci.h
r85121 r90833 81 81 * @returns VBox status code. 82 82 * 83 * @param pV M The cross context VM structure.83 * @param pVmData The per VM data. 84 84 * @param HCPhysStart Physical address of region start on the host. 85 85 * @param GCPhysStart Physical address of region start on the guest.
Note:
See TracChangeset
for help on using the changeset viewer.