Changeset 65102 in vbox
- Timestamp:
- Jan 4, 2017 12:08:05 PM (8 years ago)
- Location:
- trunk/src/VBox/HostServices
- Files:
-
- 4 edited
-
GuestControl/service.cpp (modified) (1 diff)
-
GuestProperties/service.cpp (modified) (1 diff)
-
SharedClipboard/darwin-pasteboard.cpp (modified) (3 diffs)
-
SharedClipboard/darwin.cpp (modified) (1 diff)
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 -
trunk/src/VBox/HostServices/GuestProperties/service.cpp
r62799 r65102 1047 1047 * 1048 1048 * @returns iprt status value 1049 * @param cParms the number of HGCM parameters supplied 1050 * @param paParms the array of HGCM parameters 1049 * @param u32ClientId the client ID 1050 * @param callHandle handle 1051 * @param cParms the number of HGCM parameters supplied 1052 * @param paParms the array of HGCM parameters 1051 1053 * @thread HGCM 1052 1054 * @throws can throw std::bad_alloc -
trunk/src/VBox/HostServices/SharedClipboard/darwin-pasteboard.cpp
r62489 r65102 64 64 * that is supported by vbox and return it. 65 65 * 66 * @param pPasteboard RefReference to the global pasteboard.66 * @param pPasteboard Reference to the global pasteboard. 67 67 * @param pfFormats Pointer for the bit combination of the 68 68 * supported types. 69 * @param p bChanged True if something has changed after the69 * @param pfChanged True if something has changed after the 70 70 * last call. 71 71 * … … 137 137 * structure for further processing. 138 138 * 139 * @param pPasteboard RefReference to the global pasteboard.140 * @param fFormat sThe format type which should be read.139 * @param pPasteboard Reference to the global pasteboard. 140 * @param fFormat The format type which should be read. 141 141 * @param pv The destination buffer. 142 142 * @param cb The size of the destination buffer. … … 274 274 * structure. 275 275 * 276 * @param pPasteboard RefReference to the global pasteboard.276 * @param pPasteboard Reference to the global pasteboard. 277 277 * @param pv The source buffer. 278 278 * @param cb The size of the source buffer. 279 * @param fFormat sThe format type which should be written.279 * @param fFormat The format type which should be written. 280 280 * 281 281 * @returns IPRT status code. -
trunk/src/VBox/HostServices/SharedClipboard/darwin.cpp
r62489 r65102 73 73 * 74 74 * @returns VINF_SUCCESS (not used). 75 * @param Thread Our thread handle.75 * @param ThreadSelf Our thread handle. 76 76 * @param pvUser Pointer to the VBOXCLIPBOARDCONTEXT structure. 77 77 *
Note:
See TracChangeset
for help on using the changeset viewer.

