Changeset 69022 in vbox for trunk/include/VBox
- Timestamp:
- Oct 9, 2017 7:26:02 PM (7 years ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/Graphics/VBoxVideoErr.h
r69021 r69022 1 /* $Id$ */ 1 2 /** @file 2 3 * VirtualBox Video driver, common code - iprt and VirtualBox macros and … … 24 25 * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 25 26 * OTHER DEALINGS IN THE SOFTWARE. 27 * 28 * Authors: Michael Thayer <[email protected]> 26 29 */ 27 30 … … 40 43 #define VERR_NOT_SUPPORTED (-37) 41 44 #define VERR_TOO_MUCH_DATA (-42) 45 #define VERR_NOT_FOUND (-78) 42 46 #define VERR_INVALID_STATE (-79) 43 47 #define VERR_OUT_OF_RESOURCES (-80)
Note:
See TracChangeset
for help on using the changeset viewer.