Changeset 19891 in vbox for trunk/include/VBox
- Timestamp:
- May 21, 2009 3:28:15 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/sup.h
r19866 r19891 328 328 * 329 329 * @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 * 330 334 * @param pSession The session handle of the caller. 331 335 * @param hEvent The handle. Nil is quietly ignored. … … 386 390 * 387 391 * @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 * 388 396 * @param pSession The session handle of the caller. 389 397 * @param hEventMulti The handle. Nil is quietly ignored.
Note:
See TracChangeset
for help on using the changeset viewer.