Changeset 70640 in vbox for trunk/include
- Timestamp:
- Jan 19, 2018 12:14:12 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 120370
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/include/VBox/err.h ¶
r68226 r70640 4 4 5 5 /* 6 * Copyright (C) 2006-201 7Oracle Corporation6 * Copyright (C) 2006-2018 Oracle Corporation 7 7 * 8 8 * This file is part of VirtualBox Open Source Edition (OSE), as … … 2778 2778 * NULL audio driver. */ 2779 2779 #define VERR_AUDIO_BACKEND_INIT_FAILED (-6600) 2780 /** No host backend attached / available. */ 2781 #define VERR_AUDIO_BACKEND_NOT_ATTACHED (-6605) 2780 2782 /** No free input streams. */ 2781 2783 #define VERR_AUDIO_NO_FREE_INPUT_STREAMS (-6601)
Note:
See TracChangeset
for help on using the changeset viewer.