VirtualBox

Changeset 19891 in vbox for trunk/include/VBox


Ignore:
Timestamp:
May 21, 2009 3:28:15 PM (16 years ago)
Author:
vboxsync
Message:

VBox/sup.h: Corrected the SUPSemEvent*Close() return code docs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/sup.h

    r19866 r19891  
    328328 *
    329329 * @returns VBox status code.
     330 * @retval  VINF_OBJECT_DESTROYED if the semaphore was destroyed.
     331 * @retval  VINF_SUCCESS if the handle was successfully closed but the sempahore
     332 *          object remained alive because of other references.
     333 *
    330334 * @param   pSession            The session handle of the caller.
    331335 * @param   hEvent              The handle. Nil is quietly ignored.
     
    386390 *
    387391 * @returns VBox status code.
     392 * @retval  VINF_OBJECT_DESTROYED if the semaphore was destroyed.
     393 * @retval  VINF_SUCCESS if the handle was successfully closed but the sempahore
     394 *          object remained alive because of other references.
     395 *
    388396 * @param   pSession            The session handle of the caller.
    389397 * @param   hEventMulti         The handle. Nil is quietly ignored.
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