Changeset 75555 in vbox
- Timestamp:
- Nov 18, 2018 5:54:07 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/VMMDev/VMMDevHGCM.cpp
r75551 r75555 226 226 * 227 227 * @returns Pointer to the command on success, NULL otherwise. 228 * @param pThis The VMMDev instance data. 228 229 * @param enmCmdType Type of the command. 229 230 * @param GCPhys The guest physical address of the HGCM request. … … 703 704 * 704 705 * @returns VBox status code that the guest should see. 706 * @param pThis The VMMDev instance data. 705 707 * @param pHGCMCall The HGCMCall request (cached in host memory). 706 708 * @param cbHGCMCall Size of the request.
Note:
See TracChangeset
for help on using the changeset viewer.