Changeset 65102 in vbox for trunk/src/VBox/HostServices/SharedClipboard
- Timestamp:
- Jan 4, 2017 12:08:05 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 112604
- Location:
- trunk/src/VBox/HostServices/SharedClipboard
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
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 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.