VirtualBox

Ignore:
Timestamp:
Aug 28, 2019 8:34:32 AM (5 years ago)
Author:
vboxsync
Message:

Shared Clipboard/URI: Docs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/GuestHost/SharedClipboard/clipboard-common.cpp

    r80444 r80459  
    9292}
    9393
     94/**
     95 * Creates (initializes) an event.
     96 *
     97 * @returns VBox status code.
     98 * @param   pEvent              Event to initialize.
     99 * @param   uID                 ID to use for the event.
     100 */
    94101int SharedClipboardEventCreate(PSHAREDCLIPBOARDEVENT pEvent, uint16_t uID)
    95102{
     
    108115}
    109116
     117/**
     118 * Destroys an event.
     119 *
     120 * @param   pEvent              Event to destroy.
     121 */
    110122void SharedClipboardEventDestroy(PSHAREDCLIPBOARDEVENT pEvent)
    111123{
     
    126138}
    127139
     140/**
     141 * Creates a new event source.
     142 *
     143 * @returns VBox status code.
     144 * @param   pSource             Event source to create.
     145 * @param   uID                 ID to use for event source.
     146 */
    128147int SharedClipboardEventSourceCreate(PSHAREDCLIPBOARDEVENTSOURCE pSource, uint16_t uID)
    129148{
     
    143162}
    144163
     164/**
     165 * Destroys an event source.
     166 *
     167 * @param   pSource             Event source to destroy.
     168 */
    145169void SharedClipboardEventSourceDestroy(PSHAREDCLIPBOARDEVENTSOURCE pSource)
    146170{
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette