Changeset 65102 in vbox for trunk/src/VBox/HostServices/GuestControl/service.cpp
- Timestamp:
- Jan 4, 2017 12:08:05 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/GuestControl/service.cpp
r62846 r65102 282 282 * @return IPRT status code. 283 283 * @param paDstParms Array of parameters of HGCM request to fill the data into. 284 * @param cPDstarms Number of parameters the HGCM request can handle. 285 * @param pSrcBuf Parameter buffer to assign. 284 * @param cDstParms Number of parameters the HGCM request can handle. 286 285 */ 287 286 int CopyTo(VBOXHGCMSVCPARM paDstParms[], uint32_t cDstParms) const
Note:
See TracChangeset
for help on using the changeset viewer.