Changeset 3174 for trunk/include/win/winerror.h
- Timestamp:
- Mar 21, 2000, 1:26:45 AM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win/winerror.h
r3157 r3174 1 /* $Id: winerror.h,v 1. 5 2000-03-18 17:03:34davidr Exp $ */1 /* $Id: winerror.h,v 1.6 2000-03-21 00:26:45 davidr Exp $ */ 2 2 #ifndef __WINE_WINERROR_H 3 3 #define __WINE_WINERROR_H … … 791 791 #define CLASS_E_NOTLICENSED (CLASSFACTORY_E_FIRST+2) 792 792 #define CLASS_E_NOAGGREGATION 0x80040110 793 #define CLASS_E_CLASSNOTAVAILABLE 0x80040111 793 #define CLASS_E_CLASSNOTAVAILABLE 0x80040111 794 795 #define OLE_S_STATIC 0x00040001 794 796 795 797 … … 798 800 #define OLEOBJ_S_INVALIDVERB 0x00040180L 799 801 800 #define CONVERT10_E_OLESTREAM_GET 801 #define CONVERT10_E_OLESTREAM_PUT 802 #define CONVERT10_E_OLESTREAM_FMT 802 #define CONVERT10_E_OLESTREAM_GET 0x800401C0 803 #define CONVERT10_E_OLESTREAM_PUT 0x800401C1 804 #define CONVERT10_E_OLESTREAM_FMT 0x800401C2 803 805 #define CONVERT10_E_OLESTREAM_BITMAP_TO_DIB 0x800401C3 804 #define CONVERT10_E_STG_FMT 805 #define CONVERT10_E_STG_NO_STD_STREAM 806 #define CONVERT10_E_STG_DIB_TO_BITMAP 806 #define CONVERT10_E_STG_FMT 0x800401C4 807 #define CONVERT10_E_STG_NO_STD_STREAM 0x800401C5 808 #define CONVERT10_E_STG_DIB_TO_BITMAP 0x800401C6 807 809 808 810 #endif /* __WINE_WINERROR_H */
Note:
See TracChangeset
for help on using the changeset viewer.