Changeset 79176 in vbox for trunk/src/VBox/HostServices/SharedClipboard
- Timestamp:
- Jun 17, 2019 10:39:33 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 131347
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedClipboard/VBoxSharedClipboardSvc-uri.cpp
r79174 r79176 154 154 * @param cParms Number of HGCM parameters supplied in \a paParms. 155 155 * @param paParms Array of HGCM parameters. 156 * @param pData HdrWhere to store the result.156 * @param pDataChunk Where to store the result. 157 157 */ 158 158 int VBoxSvcClipboardURIReadDataChunk(uint32_t cParms, VBOXHGCMSVCPARM paParms[], PVBOXCLIPBOARDDATACHUNK pDataChunk) … … 188 188 * @param cParms Number of HGCM parameters supplied in \a paParms. 189 189 * @param paParms Array of HGCM parameters. 190 * @param pD ataHdrWhere to store the result.190 * @param pDirData Where to store the result. 191 191 */ 192 192 int VBoxSvcClipboardURIReadDir(uint32_t cParms, VBOXHGCMSVCPARM paParms[], PVBOXCLIPBOARDDIRDATA pDirData) … … 222 222 * @param cParms Number of HGCM parameters supplied in \a paParms. 223 223 * @param paParms Array of HGCM parameters. 224 * @param p DataHdr Where to store the result.224 * @param pFileHdr Where to store the result. 225 225 */ 226 226 int VBoxSvcClipboardURIReadFileHdr(uint32_t cParms, VBOXHGCMSVCPARM paParms[], PVBOXCLIPBOARDFILEHDR pFileHdr) … … 255 255 * @param cParms Number of HGCM parameters supplied in \a paParms. 256 256 * @param paParms Array of HGCM parameters. 257 * @param p DataHdrWhere to store the result.257 * @param pFileData Where to store the result. 258 258 */ 259 259 int VBoxSvcClipboardURIReadFileData(uint32_t cParms, VBOXHGCMSVCPARM paParms[], PVBOXCLIPBOARDFILEDATA pFileData)
Note:
See TracChangeset
for help on using the changeset viewer.