Changeset 59375 in vbox for trunk/include
- Timestamp:
- Jan 18, 2016 12:56:54 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/err.h
r59305 r59375 2701 2701 /** @} */ 2702 2702 2703 2703 2704 /** @name Main API Status Codes 2704 2705 * @{ … … 2712 2713 /** @} */ 2713 2714 2715 2714 2716 /** @name VBox Drag and Drop Status Codes 2715 2717 * @{ … … 2720 2722 2721 2723 2724 /** @name Audio Status Codes 2725 * @{ 2726 */ 2727 /** Host backend couldn't be initialized. Happen if the audio server is not 2728 * reachable, audio hardware is not available or similar. We should use the 2729 * NULL audio driver. */ 2730 #define VERR_AUDIO_BACKEND_INIT_FAILED (-6600) 2731 /** @} */ 2732 2733 2722 2734 /* SED-END */ 2723 2735
Note:
See TracChangeset
for help on using the changeset viewer.