Alexandre Julliard | 0799c1a | 2002-03-09 23:29:33 +0000 | [diff] [blame] | 1 | /* |
| 2 | * Copyright (C) the Wine project |
| 3 | * |
| 4 | * This library is free software; you can redistribute it and/or |
| 5 | * modify it under the terms of the GNU Lesser General Public |
| 6 | * License as published by the Free Software Foundation; either |
| 7 | * version 2.1 of the License, or (at your option) any later version. |
| 8 | * |
| 9 | * This library is distributed in the hope that it will be useful, |
| 10 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 11 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
| 12 | * Lesser General Public License for more details. |
| 13 | * |
| 14 | * You should have received a copy of the GNU Lesser General Public |
| 15 | * License along with this library; if not, write to the Free Software |
| 16 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
| 17 | */ |
| 18 | |
Francis Beaudet | eb5a29b | 1999-02-20 16:48:53 +0000 | [diff] [blame] | 19 | #ifndef __WINE_OLECTL_H |
| 20 | #define __WINE_OLECTL_H |
| 21 | |
Dimitrie O. Paun | 53f9c21 | 2003-08-28 21:43:34 +0000 | [diff] [blame] | 22 | #include <ocidl.h> |
Francis Beaudet | eb5a29b | 1999-02-20 16:48:53 +0000 | [diff] [blame] | 23 | |
Francois Gouget | 0062892 | 2000-10-19 20:32:18 +0000 | [diff] [blame] | 24 | #ifdef __cplusplus |
| 25 | extern "C" { |
| 26 | #endif |
| 27 | |
| 28 | |
Francois Gouget | c0bca77 | 2000-10-13 17:10:15 +0000 | [diff] [blame] | 29 | |
Paul Quinn | 89b21b4 | 1999-03-14 13:47:00 +0000 | [diff] [blame] | 30 | /* |
| 31 | * Ole Control Interfaces |
| 32 | */ |
| 33 | DEFINE_GUID(CLSID_ConvertVBX, |
| 34 | 0xfb8f0822,0x0164,0x101b,0x84,0xed,0x08,0x00,0x2b,0x2e,0xc7,0x13); |
| 35 | DEFINE_GUID(CLSID_PersistPropset, |
| 36 | 0xfb8f0821,0x0164,0x101b,0x84,0xed,0x08,0x00,0x2b,0x2e,0xc7,0x13); |
| 37 | |
| 38 | DEFINE_GUID(CLSID_StdFont, |
| 39 | 0x0be35203,0x8f91,0x11ce,0x9d,0xe3,0x00,0xaa,0x00,0x4b,0xb8,0x51); |
| 40 | DEFINE_GUID(CLSID_StdPicture, |
| 41 | 0x0be35204,0x8f91,0x11ce,0x9d,0xe3,0x00,0xaa,0x00,0x4b,0xb8,0x51); |
| 42 | |
| 43 | DEFINE_GUID(CLSID_CFontPropPage, |
| 44 | 0x0be35200,0x8f91,0x11ce,0x9d,0xe3,0x00,0xaa,0x00,0x4b,0xb8,0x51); |
| 45 | DEFINE_GUID(CLSID_CColorPropPage, |
| 46 | 0x0be35201,0x8f91,0x11ce,0x9d,0xe3,0x00,0xaa,0x00,0x4b,0xb8,0x51); |
| 47 | DEFINE_GUID(CLSID_CPicturePropPage, |
| 48 | 0x0be35202,0x8f91,0x11ce,0x9d,0xe3,0x00,0xaa,0x00,0x4b,0xb8,0x51); |
| 49 | |
| 50 | DEFINE_GUID(GUID_HIMETRIC, |
| 51 | 0x66504300,0xBE0F,0x101A,0x8B,0xBB,0x00,0xAA,0x00,0x30,0x0C,0xAB); |
| 52 | DEFINE_GUID(GUID_COLOR, |
| 53 | 0x66504301,0xBE0F,0x101A,0x8B,0xBB,0x00,0xAA,0x00,0x30,0x0C,0xAB); |
| 54 | DEFINE_GUID(GUID_XPOSPIXEL, |
| 55 | 0x66504302,0xBE0F,0x101A,0x8B,0xBB,0x00,0xAA,0x00,0x30,0x0C,0xAB); |
| 56 | DEFINE_GUID(GUID_YPOSPIXEL, |
| 57 | 0x66504303,0xBE0F,0x101A,0x8B,0xBB,0x00,0xAA,0x00,0x30,0x0C,0xAB); |
| 58 | DEFINE_GUID(GUID_XSIZEPIXEL, |
| 59 | 0x66504304,0xBE0F,0x101A,0x8B,0xBB,0x00,0xAA,0x00,0x30,0x0C,0xAB); |
| 60 | DEFINE_GUID(GUID_YSIZEPIXEL, |
| 61 | 0x66504305,0xBE0F,0x101A,0x8B,0xBB,0x00,0xAA,0x00,0x30,0x0C,0xAB); |
| 62 | DEFINE_GUID(GUID_XPOS, |
| 63 | 0x66504306,0xBE0F,0x101A,0x8B,0xBB,0x00,0xAA,0x00,0x30,0x0C,0xAB); |
| 64 | DEFINE_GUID(GUID_YPOS, |
| 65 | 0x66504307,0xBE0F,0x101A,0x8B,0xBB,0x00,0xAA,0x00,0x30,0x0C,0xAB); |
| 66 | DEFINE_GUID(GUID_XSIZE, |
| 67 | 0x66504308,0xBE0F,0x101A,0x8B,0xBB,0x00,0xAA,0x00,0x30,0x0C,0xAB); |
| 68 | DEFINE_GUID(GUID_YSIZE, |
| 69 | 0x66504309,0xBE0F,0x101A,0x8B,0xBB,0x00,0xAA,0x00,0x30,0x0C,0xAB); |
Vincent Béron | 9a62491 | 2002-05-31 23:06:46 +0000 | [diff] [blame] | 70 | |
Paul Quinn | 89b21b4 | 1999-03-14 13:47:00 +0000 | [diff] [blame] | 71 | typedef struct tagOCPFIPARAMS |
| 72 | { |
| 73 | ULONG cbStructSize; |
| 74 | HWND hWndOwner; |
| 75 | int x; |
| 76 | int y; |
| 77 | LPCOLESTR lpszCaption; |
| 78 | ULONG cObjects; |
| 79 | LPUNKNOWN *lplpUnk; |
| 80 | ULONG cPages; |
| 81 | CLSID *lpPages; |
| 82 | LCID lcid; |
| 83 | DISPID dispidInitialProperty; |
| 84 | } OCPFIPARAMS, *LPOCPFIPARAMS; |
| 85 | |
Francis Beaudet | eb5a29b | 1999-02-20 16:48:53 +0000 | [diff] [blame] | 86 | /* |
| 87 | * FONTDESC is used as an OLE encapsulation of the GDI fonts |
| 88 | */ |
| 89 | typedef struct tagFONTDESC { |
Alexandre Julliard | a396029 | 1999-02-26 11:11:13 +0000 | [diff] [blame] | 90 | UINT cbSizeofstruct; |
| 91 | LPOLESTR lpstrName; |
Francis Beaudet | eb5a29b | 1999-02-20 16:48:53 +0000 | [diff] [blame] | 92 | CY cySize; |
| 93 | SHORT sWeight; |
| 94 | SHORT sCharset; |
Alexandre Julliard | a396029 | 1999-02-26 11:11:13 +0000 | [diff] [blame] | 95 | BOOL fItalic; |
| 96 | BOOL fUnderline; |
Paul Quinn | 89b21b4 | 1999-03-14 13:47:00 +0000 | [diff] [blame] | 97 | BOOL fStrikethrough; |
Francis Beaudet | eb5a29b | 1999-02-20 16:48:53 +0000 | [diff] [blame] | 98 | } FONTDESC, *LPFONTDESC; |
| 99 | |
Paul Quinn | 89b21b4 | 1999-03-14 13:47:00 +0000 | [diff] [blame] | 100 | #define FONTSIZE(n) { n##0000, 0 } |
| 101 | |
Paul Quinn | 89b21b4 | 1999-03-14 13:47:00 +0000 | [diff] [blame] | 102 | #define PICTYPE_UNINITIALIZED (-1) |
| 103 | #define PICTYPE_NONE 0 |
| 104 | #define PICTYPE_BITMAP 1 |
| 105 | #define PICTYPE_METAFILE 2 |
| 106 | #define PICTYPE_ICON 3 |
| 107 | #define PICTYPE_ENHMETAFILE 4 |
| 108 | |
| 109 | typedef struct tagPICTDESC { |
| 110 | UINT cbSizeofstruct; |
| 111 | UINT picType; |
| 112 | union { |
| 113 | struct { |
| 114 | HBITMAP hbitmap; |
| 115 | HPALETTE hpal; |
| 116 | } bmp; |
| 117 | struct { |
| 118 | HMETAFILE hmeta; |
| 119 | int xExt; |
| 120 | int yExt; |
| 121 | } wmf; |
| 122 | struct { |
| 123 | HICON hicon; |
| 124 | } icon; |
| 125 | struct { |
| 126 | HENHMETAFILE hemf; |
| 127 | } emf; |
Francois Gouget | c0bca77 | 2000-10-13 17:10:15 +0000 | [diff] [blame] | 128 | } DUMMYUNIONNAME; |
Paul Quinn | 89b21b4 | 1999-03-14 13:47:00 +0000 | [diff] [blame] | 129 | } PICTDESC, *LPPICTDESC; |
Francis Beaudet | eb5a29b | 1999-02-20 16:48:53 +0000 | [diff] [blame] | 130 | |
Paul Quinn | ea1640f | 1999-03-10 18:03:53 +0000 | [diff] [blame] | 131 | typedef long OLE_XPOS_PIXELS; |
| 132 | typedef long OLE_YPOS_PIXELS; |
| 133 | typedef long OLE_XSIZE_PIXELS; |
| 134 | typedef long OLE_YSIZE_PIXELS; |
| 135 | typedef float OLE_XPOS_CONTAINER; |
| 136 | typedef float OLE_YPOS_CONTAINER; |
| 137 | typedef float OLE_XSIZE_CONTAINER; |
| 138 | typedef float OLE_YSIZE_CONTAINER; |
| 139 | |
| 140 | typedef enum |
| 141 | { |
| 142 | triUnchecked = 0, |
| 143 | triChecked = 1, |
| 144 | triGray = 2 |
| 145 | } OLE_TRISTATE; |
| 146 | |
| 147 | typedef VARIANT_BOOL OLE_OPTEXCLUSIVE; |
| 148 | typedef VARIANT_BOOL OLE_CANCELBOOL; |
| 149 | typedef VARIANT_BOOL OLE_ENABLEDEFAULTBOOL; |
| 150 | |
Sean Langley | 9c92c7d | 2000-02-07 16:27:33 +0000 | [diff] [blame] | 151 | HCURSOR WINAPI OleIconToCursor( HINSTANCE hinstExe, HICON hicon); |
| 152 | |
| 153 | HRESULT WINAPI OleCreatePropertyFrameIndirect( LPOCPFIPARAMS lpParams); |
| 154 | |
| 155 | HRESULT WINAPI OleCreatePropertyFrame( |
Vincent Béron | 9a62491 | 2002-05-31 23:06:46 +0000 | [diff] [blame] | 156 | HWND hwndOwner, UINT x, UINT y, |
| 157 | LPCOLESTR lpszCaption, ULONG cObjects, LPUNKNOWN* ppUnk, |
| 158 | ULONG cPages, LPCLSID pPageClsID, LCID lcid, DWORD dwReserved, |
Sean Langley | 9c92c7d | 2000-02-07 16:27:33 +0000 | [diff] [blame] | 159 | LPVOID pvReserved ); |
| 160 | |
Vincent Béron | 9a62491 | 2002-05-31 23:06:46 +0000 | [diff] [blame] | 161 | HRESULT WINAPI OleLoadPicture( LPSTREAM lpstream, LONG lSize, BOOL fRunmode, |
Sean Langley | 9c92c7d | 2000-02-07 16:27:33 +0000 | [diff] [blame] | 162 | REFIID reed, LPVOID *lplpvObj ); |
| 163 | |
Vincent Béron | 9a62491 | 2002-05-31 23:06:46 +0000 | [diff] [blame] | 164 | HRESULT WINAPI OleCreatePictureIndirect(LPPICTDESC lpPictDesc, REFIID riid, |
Sean Langley | 9c92c7d | 2000-02-07 16:27:33 +0000 | [diff] [blame] | 165 | BOOL fOwn, LPVOID * lplpvObj ); |
| 166 | |
Vincent Béron | 9a62491 | 2002-05-31 23:06:46 +0000 | [diff] [blame] | 167 | HRESULT WINAPI OleCreateFontIndirect(LPFONTDESC lpFontDesc, REFIID riid, |
Sean Langley | 9c92c7d | 2000-02-07 16:27:33 +0000 | [diff] [blame] | 168 | LPVOID* lplpvObj); |
| 169 | |
| 170 | HRESULT WINAPI OleTranslateColor( OLE_COLOR clr, HPALETTE hpal, |
| 171 | COLORREF* lpcolorref); |
| 172 | |
Paul Quinn | ea1640f | 1999-03-10 18:03:53 +0000 | [diff] [blame] | 173 | /* standard dispatch ID's */ |
Paul Quinn | 89b21b4 | 1999-03-14 13:47:00 +0000 | [diff] [blame] | 174 | #define DISPID_AUTOSIZE (-500) |
| 175 | #define DISPID_BACKCOLOR (-501) |
| 176 | #define DISPID_BACKSTYLE (-502) |
| 177 | #define DISPID_BORDERCOLOR (-503) |
| 178 | #define DISPID_BORDERSTYLE (-504) |
| 179 | #define DISPID_BORDERWIDTH (-505) |
| 180 | #define DISPID_DRAWMODE (-507) |
| 181 | #define DISPID_DRAWSTYLE (-508) |
| 182 | #define DISPID_DRAWWIDTH (-509) |
| 183 | #define DISPID_FILLCOLOR (-510) |
| 184 | #define DISPID_FILLSTYLE (-511) |
| 185 | #define DISPID_FONT (-512) |
| 186 | #define DISPID_FORECOLOR (-513) |
| 187 | #define DISPID_ENABLED (-514) |
| 188 | #define DISPID_HWND (-515) |
| 189 | #define DISPID_TABSTOP (-516) |
| 190 | #define DISPID_TEXT (-517) |
| 191 | #define DISPID_CAPTION (-518) |
| 192 | #define DISPID_BORDERVISIBLE (-519) |
| 193 | #define DISPID_APPEARANCE (-520) |
| 194 | #define DISPID_MOUSEPOINTER (-521) |
| 195 | #define DISPID_MOUSEICON (-522) |
| 196 | #define DISPID_PICTURE (-523) |
| 197 | #define DISPID_VALID (-524) |
| 198 | #define DISPID_READYSTATE (-525) |
| 199 | |
| 200 | #define DISPID_REFRESH (-550) |
| 201 | #define DISPID_DOCLICK (-551) |
| 202 | #define DISPID_ABOUTBOX (-552) |
| 203 | |
Paul Quinn | ea1640f | 1999-03-10 18:03:53 +0000 | [diff] [blame] | 204 | #define DISPID_CLICK (-600) |
| 205 | #define DISPID_DBLCLICK (-601) |
| 206 | #define DISPID_KEYDOWN (-602) |
| 207 | #define DISPID_KEYPRESS (-603) |
| 208 | #define DISPID_KEYUP (-604) |
| 209 | #define DISPID_MOUSEDOWN (-605) |
| 210 | #define DISPID_MOUSEMOVE (-606) |
| 211 | #define DISPID_MOUSEUP (-607) |
| 212 | #define DISPID_ERROREVENT (-608) |
| 213 | #define DISPID_READYSTATECHANGE (-609) |
| 214 | |
| 215 | #define DISPID_AMBIENT_BACKCOLOR (-701) |
| 216 | #define DISPID_AMBIENT_DISPLAYNAME (-702) |
| 217 | #define DISPID_AMBIENT_FONT (-703) |
| 218 | #define DISPID_AMBIENT_FORECOLOR (-704) |
| 219 | #define DISPID_AMBIENT_LOCALEID (-705) |
| 220 | #define DISPID_AMBIENT_MESSAGEREFLECT (-706) |
| 221 | #define DISPID_AMBIENT_SCALEUNITS (-707) |
| 222 | #define DISPID_AMBIENT_TEXTALIGN (-708) |
| 223 | #define DISPID_AMBIENT_USERMODE (-709) |
| 224 | #define DISPID_AMBIENT_UIDEAD (-710) |
| 225 | #define DISPID_AMBIENT_SHOWGRABHANDLES (-711) |
| 226 | #define DISPID_AMBIENT_SHOWHATCHING (-712) |
| 227 | #define DISPID_AMBIENT_DISPLAYASDEFAULT (-713) |
| 228 | #define DISPID_AMBIENT_SUPPORTSMNEMONICS (-714) |
| 229 | #define DISPID_AMBIENT_AUTOCLIP (-715) |
| 230 | #define DISPID_AMBIENT_APPEARANCE (-716) |
| 231 | #define DISPID_AMBIENT_PALETTE (-726) |
| 232 | #define DISPID_AMBIENT_TRANSFERPRIORITY (-728) |
| 233 | |
| 234 | #define DISPID_Name (-800) |
| 235 | #define DISPID_Delete (-801) |
| 236 | #define DISPID_Object (-802) |
| 237 | #define DISPID_Parent (-803) |
Huw D M Davies | e8d4268 | 2000-07-28 20:17:21 +0000 | [diff] [blame] | 238 | |
| 239 | #define DISPID_FONT_NAME 0 |
| 240 | #define DISPID_FONT_SIZE 2 |
| 241 | #define DISPID_FONT_BOLD 3 |
| 242 | #define DISPID_FONT_ITALIC 4 |
| 243 | #define DISPID_FONT_UNDER 5 |
| 244 | #define DISPID_FONT_STRIKE 6 |
| 245 | #define DISPID_FONT_WEIGHT 7 |
| 246 | #define DISPID_FONT_CHARSET 8 |
Marcus Meissner | 252b0fe | 2001-08-06 18:52:14 +0000 | [diff] [blame] | 247 | |
| 248 | /* IPicture */ |
| 249 | #define DISPID_PICT_HANDLE 0 |
| 250 | #define DISPID_PICT_HPAL 2 |
| 251 | #define DISPID_PICT_TYPE 3 |
| 252 | #define DISPID_PICT_WIDTH 4 |
| 253 | #define DISPID_PICT_HEIGHT 5 |
| 254 | #define DISPID_PICT_RENDER 6 |
Vincent Béron | 9a62491 | 2002-05-31 23:06:46 +0000 | [diff] [blame] | 255 | |
Paul Quinn | ea1640f | 1999-03-10 18:03:53 +0000 | [diff] [blame] | 256 | /* Reflected Window Message IDs */ |
| 257 | #define OCM__BASE (WM_USER+0x1c00) |
| 258 | #define OCM_COMMAND (OCM__BASE + WM_COMMAND) |
| 259 | |
| 260 | #define OCM_CTLCOLORBTN (OCM__BASE + WM_CTLCOLORBTN) |
| 261 | #define OCM_CTLCOLOREDIT (OCM__BASE + WM_CTLCOLOREDIT) |
| 262 | #define OCM_CTLCOLORDLG (OCM__BASE + WM_CTLCOLORDLG) |
| 263 | #define OCM_CTLCOLORLISTBOX (OCM__BASE + WM_CTLCOLORLISTBOX) |
| 264 | #define OCM_CTLCOLORMSGBOX (OCM__BASE + WM_CTLCOLORMSGBOX) |
| 265 | #define OCM_CTLCOLORSCROLLBAR (OCM__BASE + WM_CTLCOLORSCROLLBAR) |
| 266 | #define OCM_CTLCOLORSTATIC (OCM__BASE + WM_CTLCOLORSTATIC) |
| 267 | |
| 268 | #define OCM_DRAWITEM (OCM__BASE + WM_DRAWITEM) |
| 269 | #define OCM_MEASUREITEM (OCM__BASE + WM_MEASUREITEM) |
| 270 | #define OCM_DELETEITEM (OCM__BASE + WM_DELETEITEM) |
| 271 | #define OCM_VKEYTOITEM (OCM__BASE + WM_VKEYTOITEM) |
| 272 | #define OCM_CHARTOITEM (OCM__BASE + WM_CHARTOITEM) |
| 273 | #define OCM_COMPAREITEM (OCM__BASE + WM_COMPAREITEM) |
| 274 | #define OCM_HSCROLL (OCM__BASE + WM_HSCROLL) |
| 275 | #define OCM_VSCROLL (OCM__BASE + WM_VSCROLL) |
| 276 | #define OCM_PARENTNOTIFY (OCM__BASE + WM_PARENTNOTIFY) |
| 277 | #define OCM_NOTIFY (OCM__BASE + WM_NOTIFY) |
| 278 | |
Paul Quinn | 89b21b4 | 1999-03-14 13:47:00 +0000 | [diff] [blame] | 279 | #define CONNECT_E_FIRST MAKE_SCODE(SEVERITY_ERROR, FACILITY_ITF, 0x0200) |
| 280 | #define CONNECT_E_LAST MAKE_SCODE(SEVERITY_ERROR, FACILITY_ITF, 0x020F) |
| 281 | #define CONNECT_S_FIRST MAKE_SCODE(SEVERITY_SUCCESS, FACILITY_ITF, 0x0200) |
| 282 | #define CONNECT_S_LAST MAKE_SCODE(SEVERITY_SUCCESS, FACILITY_ITF, 0x020F) |
| 283 | |
| 284 | #define CONNECT_E_NOCONNECTION (CONNECT_E_FIRST+0) |
| 285 | #define CONNECT_E_ADVISELIMIT (CONNECT_E_FIRST+1) |
| 286 | #define CONNECT_E_CANNOTCONNECT (CONNECT_E_FIRST+2) |
| 287 | #define CONNECT_E_OVERRIDDEN (CONNECT_E_FIRST+3) |
| 288 | |
Francois Gouget | 0062892 | 2000-10-19 20:32:18 +0000 | [diff] [blame] | 289 | #define SELFREG_E_FIRST MAKE_SCODE(SEVERITY_ERROR, FACILITY_ITF, 0x0200) |
| 290 | #define SELFREG_E_LAST MAKE_SCODE(SEVERITY_ERROR, FACILITY_ITF, 0x020F) |
| 291 | #define SELFREG_S_FIRST MAKE_SCODE(SEVERITY_SUCCESS, FACILITY_ITF, 0x0200) |
| 292 | #define SELFREG_S_LAST MAKE_SCODE(SEVERITY_SUCCESS, FACILITY_ITF, 0x020F) |
| 293 | #define SELFREG_E_TYPELIB (SELFREG_E_FIRST+0) |
| 294 | #define SELFREG_E_CLASS (SELFREG_E_FIRST+1) |
| 295 | |
Paul Quinn | 89b21b4 | 1999-03-14 13:47:00 +0000 | [diff] [blame] | 296 | #ifndef FACILITY_CONTROL |
| 297 | #define FACILITY_CONTROL 0xa |
| 298 | #endif |
| 299 | #define STD_CTL_SCODE(n) MAKE_SCODE(SEVERITY_ERROR, FACILITY_CONTROL, n) |
| 300 | #define CTL_E_ILLEGALFUNCTIONCALL STD_CTL_SCODE(5) |
| 301 | #define CTL_E_OVERFLOW STD_CTL_SCODE(6) |
| 302 | #define CTL_E_OUTOFMEMORY STD_CTL_SCODE(7) |
| 303 | #define CTL_E_DIVISIONBYZERO STD_CTL_SCODE(11) |
| 304 | #define CTL_E_OUTOFSTRINGSPACE STD_CTL_SCODE(14) |
| 305 | #define CTL_E_OUTOFSTACKSPACE STD_CTL_SCODE(28) |
| 306 | #define CTL_E_BADFILENAMEORNUMBER STD_CTL_SCODE(52) |
| 307 | #define CTL_E_FILENOTFOUND STD_CTL_SCODE(53) |
| 308 | #define CTL_E_BADFILEMODE STD_CTL_SCODE(54) |
| 309 | #define CTL_E_FILEALREADYOPEN STD_CTL_SCODE(55) |
| 310 | #define CTL_E_DEVICEIOERROR STD_CTL_SCODE(57) |
| 311 | #define CTL_E_FILEALREADYEXISTS STD_CTL_SCODE(58) |
| 312 | #define CTL_E_BADRECORDLENGTH STD_CTL_SCODE(59) |
| 313 | #define CTL_E_DISKFULL STD_CTL_SCODE(61) |
| 314 | #define CTL_E_BADRECORDNUMBER STD_CTL_SCODE(63) |
| 315 | #define CTL_E_BADFILENAME STD_CTL_SCODE(64) |
| 316 | #define CTL_E_TOOMANYFILES STD_CTL_SCODE(67) |
| 317 | #define CTL_E_DEVICEUNAVAILABLE STD_CTL_SCODE(68) |
| 318 | #define CTL_E_PERMISSIONDENIED STD_CTL_SCODE(70) |
| 319 | #define CTL_E_DISKNOTREADY STD_CTL_SCODE(71) |
| 320 | #define CTL_E_PATHFILEACCESSERROR STD_CTL_SCODE(75) |
| 321 | #define CTL_E_PATHNOTFOUND STD_CTL_SCODE(76) |
| 322 | #define CTL_E_INVALIDPATTERNSTRING STD_CTL_SCODE(93) |
| 323 | #define CTL_E_INVALIDUSEOFNULL STD_CTL_SCODE(94) |
| 324 | #define CTL_E_INVALIDFILEFORMAT STD_CTL_SCODE(321) |
| 325 | #define CTL_E_INVALIDPROPERTYVALUE STD_CTL_SCODE(380) |
| 326 | #define CTL_E_INVALIDPROPERTYARRAYINDEX STD_CTL_SCODE(381) |
| 327 | #define CTL_E_SETNOTSUPPORTEDATRUNTIME STD_CTL_SCODE(382) |
| 328 | #define CTL_E_SETNOTSUPPORTED STD_CTL_SCODE(383) |
| 329 | #define CTL_E_NEEDPROPERTYARRAYINDEX STD_CTL_SCODE(385) |
| 330 | #define CTL_E_SETNOTPERMITTED STD_CTL_SCODE(387) |
| 331 | #define CTL_E_GETNOTSUPPORTEDATRUNTIME STD_CTL_SCODE(393) |
| 332 | #define CTL_E_GETNOTSUPPORTED STD_CTL_SCODE(394) |
| 333 | #define CTL_E_PROPERTYNOTFOUND STD_CTL_SCODE(422) |
| 334 | #define CTL_E_INVALIDCLIPBOARDFORMAT STD_CTL_SCODE(460) |
| 335 | #define CTL_E_INVALIDPICTURE STD_CTL_SCODE(481) |
| 336 | #define CTL_E_PRINTERERROR STD_CTL_SCODE(482) |
| 337 | #define CTL_E_CANTSAVEFILETOTEMP STD_CTL_SCODE(735) |
| 338 | #define CTL_E_SEARCHTEXTNOTFOUND STD_CTL_SCODE(744) |
| 339 | #define CTL_E_REPLACEMENTSTOOLONG STD_CTL_SCODE(746) |
| 340 | |
Alexandre Julliard | f80b2ab | 1999-03-28 13:15:40 +0000 | [diff] [blame] | 341 | #define VT_COLOR VT_I4 |
| 342 | #define VT_FONT VT_DISPATCH |
Patrik Stridvall | 0f8bc5b | 1999-04-22 16:27:50 +0000 | [diff] [blame] | 343 | #define VT_STREAMED_PROPSET 73 /* [P] Stream contains a property set */ |
| 344 | #define VT_STORED_PROPSET 74 /* [P] Storage contains a property set */ |
| 345 | #define VT_BLOB_PROPSET 75 /* [P] Blob contains a property set */ |
| 346 | #define VT_VERBOSE_ENUM 76 /* [P] Enum value with text string */ |
Paul Quinn | 89b21b4 | 1999-03-14 13:47:00 +0000 | [diff] [blame] | 347 | |
| 348 | #define PERPROP_E_FIRST MAKE_SCODE(SEVERITY_ERROR, FACILITY_ITF, 0x0200) |
| 349 | #define PERPROP_E_LAST MAKE_SCODE(SEVERITY_ERROR, FACILITY_ITF, 0x020F) |
| 350 | #define PERPROP_S_FIRST MAKE_SCODE(SEVERITY_SUCCESS, FACILITY_ITF, 0x0200) |
| 351 | #define PERPROP_S_LAST MAKE_SCODE(SEVERITY_SUCCESS, FACILITY_ITF, 0x020F) |
| 352 | |
| 353 | #define PERPROP_E_NOPAGEAVAILABLE (PERPROP_E_FIRST+0) |
Paul Quinn | ea1640f | 1999-03-10 18:03:53 +0000 | [diff] [blame] | 354 | |
Francois Gouget | 0062892 | 2000-10-19 20:32:18 +0000 | [diff] [blame] | 355 | |
| 356 | #ifdef __cplusplus |
| 357 | } |
| 358 | #endif |
| 359 | |
Francis Beaudet | eb5a29b | 1999-02-20 16:48:53 +0000 | [diff] [blame] | 360 | #endif /* __WINE_OLECTL_H */ |