source: Daodan/MSYS2/mingw32/i686-w64-mingw32/include/oleacc.idl@ 1181

Last change on this file since 1181 was 1166, checked in by rossy, 3 years ago

Daodan: Replace MinGW build env with an up-to-date MSYS2 env

File size: 40.4 KB
RevLine 
[1166]1/**
2 * This file has no copyright assigned and is placed in the Public Domain.
3 * This file is part of the mingw-w64 runtime package.
4 * No warranty is given; refer to the file DISCLAIMER.PD within this package.
5 */
6
7cpp_quote("#include <_mingw_unicode.h>")
8
9import "oaidl.idl";
10
11cpp_quote("#ifndef __IAccessibleHandler_FWD_DEFINED__")
12cpp_quote("#define __IAccessibleHandler_FWD_DEFINED__")
13cpp_quote("typedef struct IAccessibleHandler IAccessibleHandler;")
14cpp_quote("#endif")
15cpp_quote("")
16cpp_quote("#ifndef __IAccIdentity_FWD_DEFINED__")
17cpp_quote("#define __IAccIdentity_FWD_DEFINED__")
18cpp_quote("typedef struct IAccIdentity IAccIdentity;")
19cpp_quote("#endif")
20cpp_quote("")
21cpp_quote("#ifndef __IAccPropServer_FWD_DEFINED__")
22cpp_quote("#define __IAccPropServer_FWD_DEFINED__")
23cpp_quote("typedef struct IAccPropServer IAccPropServer;")
24cpp_quote("#endif")
25cpp_quote("")
26cpp_quote("#ifndef __IAccPropServices_FWD_DEFINED__")
27cpp_quote("#define __IAccPropServices_FWD_DEFINED__")
28cpp_quote("typedef struct IAccPropServices IAccPropServices;")
29cpp_quote("#endif")
30cpp_quote("")
31cpp_quote("#ifndef __IAccessible_FWD_DEFINED__")
32cpp_quote("#define __IAccessible_FWD_DEFINED__")
33cpp_quote("typedef struct IAccessible IAccessible;")
34cpp_quote("#endif")
35cpp_quote("")
36cpp_quote("#ifndef __IAccessibleHandler_FWD_DEFINED__")
37cpp_quote("#define __IAccessibleHandler_FWD_DEFINED__")
38cpp_quote("typedef struct IAccessibleHandler IAccessibleHandler;")
39cpp_quote("#endif")
40cpp_quote("")
41cpp_quote("#ifndef __IAccIdentity_FWD_DEFINED__")
42cpp_quote("#define __IAccIdentity_FWD_DEFINED__")
43cpp_quote("typedef struct IAccIdentity IAccIdentity;")
44cpp_quote("#endif")
45cpp_quote("")
46cpp_quote("#ifndef __IAccPropServer_FWD_DEFINED__")
47cpp_quote("#define __IAccPropServer_FWD_DEFINED__")
48cpp_quote("typedef struct IAccPropServer IAccPropServer;")
49cpp_quote("#endif")
50cpp_quote("")
51cpp_quote("#ifndef __IAccPropServices_FWD_DEFINED__")
52cpp_quote("#define __IAccPropServices_FWD_DEFINED__")
53cpp_quote("typedef struct IAccPropServices IAccPropServices;")
54cpp_quote("#endif")
55cpp_quote("")
56cpp_quote("#ifndef __CAccPropServices_FWD_DEFINED__")
57cpp_quote("#define __CAccPropServices_FWD_DEFINED__")
58cpp_quote("")
59cpp_quote("#ifdef __cplusplus")
60cpp_quote("typedef class CAccPropServices CAccPropServices;")
61cpp_quote("#else")
62cpp_quote("typedef struct CAccPropServices CAccPropServices;")
63cpp_quote("#endif")
64cpp_quote("#endif")
65cpp_quote("")
66cpp_quote(" typedef LRESULT (WINAPI *LPFNLRESULTFROMOBJECT)(REFIID riid,WPARAM wParam,LPUNKNOWN punk);")
67cpp_quote(" typedef HRESULT (WINAPI *LPFNOBJECTFROMLRESULT)(LRESULT lResult,REFIID riid,WPARAM wParam,void **ppvObject);")
68cpp_quote(" typedef HRESULT (WINAPI *LPFNACCESSIBLEOBJECTFROMWINDOW)(HWND hwnd,DWORD dwId,REFIID riid,void **ppvObject);")
69cpp_quote(" typedef HRESULT (WINAPI *LPFNACCESSIBLEOBJECTFROMPOINT)(POINT ptScreen,IAccessible **ppacc,VARIANT *pvarChild);")
70cpp_quote(" typedef HRESULT (WINAPI *LPFNCREATESTDACCESSIBLEOBJECT)(HWND hwnd,LONG idObject,REFIID riid,void **ppvObject);")
71cpp_quote(" typedef HRESULT (WINAPI *LPFNACCESSIBLECHILDREN)(IAccessible *paccContainer,LONG iChildStart,LONG cChildren,VARIANT *rgvarChildren,LONG *pcObtained);")
72cpp_quote("")
73cpp_quote(" DEFINE_GUID(LIBID_Accessibility,0x1ea4dbf0,0x3c3b,0x11cf,0x81,0x0c,0x00,0xaa,0x00,0x38,0x9b,0x71);")
74cpp_quote(" DEFINE_GUID(IID_IAccessibleHandler,0x03022430,0xABC4,0x11d0,0xBD,0xE2,0x00,0xAA,0x00,0x1A,0x19,0x53);")
75cpp_quote(" DEFINE_GUID(IID_IAccIdentity,0x7852b78d,0x1cfd,0x41c1,0xa6,0x15,0x9c,0x0c,0x85,0x96,0x0b,0x5f);")
76cpp_quote(" DEFINE_GUID(IID_IAccPropServer,0x76c0dbbb,0x15e0,0x4e7b,0xb6,0x1b,0x20,0xee,0xea,0x20,0x01,0xe0);")
77cpp_quote(" DEFINE_GUID(IID_IAccPropServices,0x6e26e776,0x04f0,0x495d,0x80,0xe4,0x33,0x30,0x35,0x2e,0x31,0x69);")
78cpp_quote(" DEFINE_GUID(IID_IAccPropMgrInternal,0x2bd370a9,0x3e7f,0x4edd,0x8a,0x85,0xf8,0xfe,0xd1,0xf8,0xe5,0x1f);")
79cpp_quote(" DEFINE_GUID(CLSID_AccPropServices,0xb5f8350b,0x0548,0x48b1,0xa6,0xee,0x88,0xbd,0x00,0xb4,0xa5,0xe7);")
80cpp_quote(" DEFINE_GUID(IIS_IsOleaccProxy,0x902697fa,0x80e4,0x4560,0x80,0x2a,0xa1,0x3f,0x22,0xa6,0x47,0x09);")
81cpp_quote("")
82cpp_quote("#define GetRoleText __MINGW_NAME_AW(GetRoleText)")
83cpp_quote("#define GetStateText __MINGW_NAME_AW(GetStateText)")
84cpp_quote("#define CreateStdAccessibleProxy __MINGW_NAME_AW(CreateStdAccessibleProxy)")
85cpp_quote("")
86cpp_quote(" STDAPI_(LRESULT) LresultFromObject(REFIID riid,WPARAM wParam,LPUNKNOWN punk);")
87cpp_quote(" STDAPI ObjectFromLresult(LRESULT lResult,REFIID riid,WPARAM wParam,void **ppvObject);")
88cpp_quote(" STDAPI WindowFromAccessibleObject(IAccessible*,HWND *phwnd);")
89cpp_quote(" STDAPI AccessibleObjectFromWindow(HWND hwnd,DWORD dwId,REFIID riid,void **ppvObject);")
90cpp_quote(" STDAPI AccessibleObjectFromEvent(HWND hwnd,DWORD dwId,DWORD dwChildId,IAccessible **ppacc,VARIANT *pvarChild);")
91cpp_quote(" STDAPI AccessibleObjectFromPoint(POINT ptScreen,IAccessible **ppacc,VARIANT *pvarChild);")
92cpp_quote(" STDAPI AccessibleChildren (IAccessible *paccContainer,LONG iChildStart,LONG cChildren,VARIANT *rgvarChildren,LONG *pcObtained);")
93cpp_quote(" STDAPI_(UINT) GetRoleTextA(DWORD lRole,LPSTR lpszRole,UINT cchRoleMax);")
94cpp_quote(" STDAPI_(UINT) GetRoleTextW(DWORD lRole,LPWSTR lpszRole,UINT cchRoleMax);")
95cpp_quote(" STDAPI_(UINT) GetStateTextA(DWORD lStateBit,LPSTR lpszState,UINT cchState);")
96cpp_quote(" STDAPI_(UINT) GetStateTextW(DWORD lStateBit,LPWSTR lpszState,UINT cchState);")
97cpp_quote(" STDAPI_(VOID) GetOleaccVersionInfo(DWORD *pVer,DWORD *pBuild);")
98cpp_quote(" STDAPI CreateStdAccessibleObject(HWND hwnd,LONG idObject,REFIID riid,void **ppvObject);")
99cpp_quote(" STDAPI CreateStdAccessibleProxyA(HWND hwnd,LPCSTR pClassName,LONG idObject,REFIID riid,void **ppvObject);")
100cpp_quote(" STDAPI CreateStdAccessibleProxyW(HWND hwnd,LPCWSTR pClassName,LONG idObject,REFIID riid,void **ppvObject);")
101cpp_quote("")
102cpp_quote("#define MSAA_MENU_SIG __MSABI_LONG(0xAA0DF00D)")
103cpp_quote("")
104cpp_quote(" typedef struct tagMSAAMENUINFO {")
105cpp_quote(" DWORD dwMSAASignature;")
106cpp_quote(" DWORD cchWText;")
107cpp_quote(" LPWSTR pszWText;")
108cpp_quote(" } MSAAMENUINFO,*LPMSAAMENUINFO;")
109cpp_quote("")
110cpp_quote(" DEFINE_GUID(PROPID_ACC_NAME ,0x608d3df8,0x8128,0x4aa7,0xa4,0x28,0xf5,0x5e,0x49,0x26,0x72,0x91);")
111cpp_quote(" DEFINE_GUID(PROPID_ACC_VALUE ,0x123fe443,0x211a,0x4615,0x95,0x27,0xc4,0x5a,0x7e,0x93,0x71,0x7a);")
112cpp_quote(" DEFINE_GUID(PROPID_ACC_DESCRIPTION ,0x4d48dfe4,0xbd3f,0x491f,0xa6,0x48,0x49,0x2d,0x6f,0x20,0xc5,0x88);")
113cpp_quote(" DEFINE_GUID(PROPID_ACC_ROLE ,0xcb905ff2,0x7bd1,0x4c05,0xb3,0xc8,0xe6,0xc2,0x41,0x36,0x4d,0x70);")
114cpp_quote(" DEFINE_GUID(PROPID_ACC_STATE ,0xa8d4d5b0,0x0a21,0x42d0,0xa5,0xc0,0x51,0x4e,0x98,0x4f,0x45,0x7b);")
115cpp_quote(" DEFINE_GUID(PROPID_ACC_HELP ,0xc831e11f,0x44db,0x4a99,0x97,0x68,0xcb,0x8f,0x97,0x8b,0x72,0x31);")
116cpp_quote(" DEFINE_GUID(PROPID_ACC_KEYBOARDSHORTCUT ,0x7d9bceee,0x7d1e,0x4979,0x93,0x82,0x51,0x80,0xf4,0x17,0x2c,0x34);")
117cpp_quote(" DEFINE_GUID(PROPID_ACC_DEFAULTACTION ,0x180c072b,0xc27f,0x43c7,0x99,0x22,0xf6,0x35,0x62,0xa4,0x63,0x2b);")
118cpp_quote(" DEFINE_GUID(PROPID_ACC_HELPTOPIC ,0x787d1379,0x8ede,0x440b,0x8a,0xec,0x11,0xf7,0xbf,0x90,0x30,0xb3);")
119cpp_quote(" DEFINE_GUID(PROPID_ACC_FOCUS ,0x6eb335df,0x1c29,0x4127,0xb1,0x2c,0xde,0xe9,0xfd,0x15,0x7f,0x2b);")
120cpp_quote(" DEFINE_GUID(PROPID_ACC_SELECTION ,0xb99d073c,0xd731,0x405b,0x90,0x61,0xd9,0x5e,0x8f,0x84,0x29,0x84);")
121cpp_quote(" DEFINE_GUID(PROPID_ACC_PARENT ,0x474c22b6,0xffc2,0x467a,0xb1,0xb5,0xe9,0x58,0xb4,0x65,0x73,0x30);")
122cpp_quote(" DEFINE_GUID(PROPID_ACC_NAV_UP ,0x016e1a2b,0x1a4e,0x4767,0x86,0x12,0x33,0x86,0xf6,0x69,0x35,0xec);")
123cpp_quote(" DEFINE_GUID(PROPID_ACC_NAV_DOWN ,0x031670ed,0x3cdf,0x48d2,0x96,0x13,0x13,0x8f,0x2d,0xd8,0xa6,0x68);")
124cpp_quote(" DEFINE_GUID(PROPID_ACC_NAV_LEFT ,0x228086cb,0x82f1,0x4a39,0x87,0x05,0xdc,0xdc,0x0f,0xff,0x92,0xf5);")
125cpp_quote(" DEFINE_GUID(PROPID_ACC_NAV_RIGHT ,0xcd211d9f,0xe1cb,0x4fe5,0xa7,0x7c,0x92,0x0b,0x88,0x4d,0x09,0x5b);")
126cpp_quote(" DEFINE_GUID(PROPID_ACC_NAV_PREV ,0x776d3891,0xc73b,0x4480,0xb3,0xf6,0x07,0x6a,0x16,0xa1,0x5a,0xf6);")
127cpp_quote(" DEFINE_GUID(PROPID_ACC_NAV_NEXT ,0x1cdc5455,0x8cd9,0x4c92,0xa3,0x71,0x39,0x39,0xa2,0xfe,0x3e,0xee);")
128cpp_quote(" DEFINE_GUID(PROPID_ACC_NAV_FIRSTCHILD ,0xcfd02558,0x557b,0x4c67,0x84,0xf9,0x2a,0x09,0xfc,0xe4,0x07,0x49);")
129cpp_quote(" DEFINE_GUID(PROPID_ACC_NAV_LASTCHILD ,0x302ecaa5,0x48d5,0x4f8d,0xb6,0x71,0x1a,0x8d,0x20,0xa7,0x78,0x32);")
130cpp_quote(" DEFINE_GUID(PROPID_ACC_ROLEMAP ,0xf79acda2,0x140d,0x4fe6,0x89,0x14,0x20,0x84,0x76,0x32,0x82,0x69);")
131cpp_quote(" DEFINE_GUID(PROPID_ACC_VALUEMAP ,0xda1c3d79,0xfc5c,0x420e,0xb3,0x99,0x9d,0x15,0x33,0x54,0x9e,0x75);")
132cpp_quote(" DEFINE_GUID(PROPID_ACC_STATEMAP ,0x43946c5e,0x0ac0,0x4042,0xb5,0x25,0x07,0xbb,0xdb,0xe1,0x7f,0xa7);")
133cpp_quote(" DEFINE_GUID(PROPID_ACC_DESCRIPTIONMAP ,0x1ff1435f,0x8a14,0x477b,0xb2,0x26,0xa0,0xab,0xe2,0x79,0x97,0x5d);")
134cpp_quote(" DEFINE_GUID(PROPID_ACC_DODEFAULTACTION ,0x1ba09523,0x2e3b,0x49a6,0xa0,0x59,0x59,0x68,0x2a,0x3c,0x48,0xfd);")
135cpp_quote("#define NAVDIR_MIN (0)")
136cpp_quote("#define NAVDIR_UP (0x1)")
137cpp_quote("#define NAVDIR_DOWN (0x2)")
138cpp_quote("#define NAVDIR_LEFT (0x3)")
139cpp_quote("#define NAVDIR_RIGHT (0x4)")
140cpp_quote("#define NAVDIR_NEXT (0x5)")
141cpp_quote("#define NAVDIR_PREVIOUS (0x6)")
142cpp_quote("#define NAVDIR_FIRSTCHILD (0x7)")
143cpp_quote("#define NAVDIR_LASTCHILD (0x8)")
144cpp_quote("#define NAVDIR_MAX (0x9)")
145cpp_quote("")
146cpp_quote("#define SELFLAG_NONE (0)")
147cpp_quote("#define SELFLAG_TAKEFOCUS (0x1)")
148cpp_quote("#define SELFLAG_TAKESELECTION (0x2)")
149cpp_quote("#define SELFLAG_EXTENDSELECTION (0x4)")
150cpp_quote("#define SELFLAG_ADDSELECTION (0x8)")
151cpp_quote("#define SELFLAG_REMOVESELECTION (0x10)")
152cpp_quote("#define SELFLAG_VALID (0x1f)")
153cpp_quote("")
154cpp_quote("#ifndef STATE_SYSTEM_UNAVAILABLE")
155cpp_quote("#define STATE_SYSTEM_NORMAL (0)")
156cpp_quote("#define STATE_SYSTEM_UNAVAILABLE (0x1)")
157cpp_quote("#define STATE_SYSTEM_SELECTED (0x2)")
158cpp_quote("#define STATE_SYSTEM_FOCUSED (0x4)")
159cpp_quote("#define STATE_SYSTEM_PRESSED (0x8)")
160cpp_quote("#define STATE_SYSTEM_CHECKED (0x10)")
161cpp_quote("#define STATE_SYSTEM_MIXED (0x20)")
162cpp_quote("#define STATE_SYSTEM_INDETERMINATE (STATE_SYSTEM_MIXED)")
163cpp_quote("#define STATE_SYSTEM_READONLY (0x40)")
164cpp_quote("#define STATE_SYSTEM_HOTTRACKED (0x80)")
165cpp_quote("#define STATE_SYSTEM_DEFAULT (0x100)")
166cpp_quote("#define STATE_SYSTEM_EXPANDED (0x200)")
167cpp_quote("#define STATE_SYSTEM_COLLAPSED (0x400)")
168cpp_quote("#define STATE_SYSTEM_BUSY (0x800)")
169cpp_quote("#define STATE_SYSTEM_FLOATING (0x1000)")
170cpp_quote("#define STATE_SYSTEM_MARQUEED (0x2000)")
171cpp_quote("#define STATE_SYSTEM_ANIMATED (0x4000)")
172cpp_quote("#define STATE_SYSTEM_INVISIBLE (0x8000)")
173cpp_quote("#define STATE_SYSTEM_OFFSCREEN (0x10000)")
174cpp_quote("#define STATE_SYSTEM_SIZEABLE (0x20000)")
175cpp_quote("#define STATE_SYSTEM_MOVEABLE (0x40000)")
176cpp_quote("#define STATE_SYSTEM_SELFVOICING (0x80000)")
177cpp_quote("#define STATE_SYSTEM_FOCUSABLE (0x100000)")
178cpp_quote("#define STATE_SYSTEM_SELECTABLE (0x200000)")
179cpp_quote("#define STATE_SYSTEM_LINKED (0x400000)")
180cpp_quote("#define STATE_SYSTEM_TRAVERSED (0x800000)")
181cpp_quote("#define STATE_SYSTEM_MULTISELECTABLE (0x1000000)")
182cpp_quote("#define STATE_SYSTEM_EXTSELECTABLE (0x2000000)")
183cpp_quote("#define STATE_SYSTEM_ALERT_LOW (0x4000000)")
184cpp_quote("#define STATE_SYSTEM_ALERT_MEDIUM (0x8000000)")
185cpp_quote("#define STATE_SYSTEM_ALERT_HIGH (0x10000000)")
186cpp_quote("#define STATE_SYSTEM_PROTECTED (0x20000000)")
187cpp_quote("#define STATE_SYSTEM_VALID (0x7fffffff)")
188cpp_quote("#endif")
189cpp_quote("")
190cpp_quote("#ifndef STATE_SYSTEM_HASPOPUP")
191cpp_quote("#define STATE_SYSTEM_HASPOPUP (0x40000000)")
192cpp_quote("#endif")
193cpp_quote("#define ROLE_SYSTEM_TITLEBAR (0x1)")
194cpp_quote("#define ROLE_SYSTEM_MENUBAR (0x2)")
195cpp_quote("#define ROLE_SYSTEM_SCROLLBAR (0x3)")
196cpp_quote("#define ROLE_SYSTEM_GRIP (0x4)")
197cpp_quote("#define ROLE_SYSTEM_SOUND (0x5)")
198cpp_quote("#define ROLE_SYSTEM_CURSOR (0x6)")
199cpp_quote("#define ROLE_SYSTEM_CARET (0x7)")
200cpp_quote("#define ROLE_SYSTEM_ALERT (0x8)")
201cpp_quote("#define ROLE_SYSTEM_WINDOW (0x9)")
202cpp_quote("#define ROLE_SYSTEM_CLIENT (0xa)")
203cpp_quote("#define ROLE_SYSTEM_MENUPOPUP (0xb)")
204cpp_quote("#define ROLE_SYSTEM_MENUITEM (0xc)")
205cpp_quote("#define ROLE_SYSTEM_TOOLTIP (0xd)")
206cpp_quote("#define ROLE_SYSTEM_APPLICATION (0xe)")
207cpp_quote("#define ROLE_SYSTEM_DOCUMENT (0xf)")
208cpp_quote("#define ROLE_SYSTEM_PANE (0x10)")
209cpp_quote("#define ROLE_SYSTEM_CHART (0x11)")
210cpp_quote("#define ROLE_SYSTEM_DIALOG (0x12)")
211cpp_quote("#define ROLE_SYSTEM_BORDER (0x13)")
212cpp_quote("#define ROLE_SYSTEM_GROUPING (0x14)")
213cpp_quote("#define ROLE_SYSTEM_SEPARATOR (0x15)")
214cpp_quote("#define ROLE_SYSTEM_TOOLBAR (0x16)")
215cpp_quote("#define ROLE_SYSTEM_STATUSBAR (0x17)")
216cpp_quote("#define ROLE_SYSTEM_TABLE (0x18)")
217cpp_quote("#define ROLE_SYSTEM_COLUMNHEADER (0x19)")
218cpp_quote("#define ROLE_SYSTEM_ROWHEADER (0x1a)")
219cpp_quote("#define ROLE_SYSTEM_COLUMN (0x1b)")
220cpp_quote("#define ROLE_SYSTEM_ROW (0x1c)")
221cpp_quote("#define ROLE_SYSTEM_CELL (0x1d)")
222cpp_quote("#define ROLE_SYSTEM_LINK (0x1e)")
223cpp_quote("#define ROLE_SYSTEM_HELPBALLOON (0x1f)")
224cpp_quote("#define ROLE_SYSTEM_CHARACTER (0x20)")
225cpp_quote("#define ROLE_SYSTEM_LIST (0x21)")
226cpp_quote("#define ROLE_SYSTEM_LISTITEM (0x22)")
227cpp_quote("#define ROLE_SYSTEM_OUTLINE (0x23)")
228cpp_quote("#define ROLE_SYSTEM_OUTLINEITEM (0x24)")
229cpp_quote("#define ROLE_SYSTEM_PAGETAB (0x25)")
230cpp_quote("#define ROLE_SYSTEM_PROPERTYPAGE (0x26)")
231cpp_quote("#define ROLE_SYSTEM_INDICATOR (0x27)")
232cpp_quote("#define ROLE_SYSTEM_GRAPHIC (0x28)")
233cpp_quote("#define ROLE_SYSTEM_STATICTEXT (0x29)")
234cpp_quote("#define ROLE_SYSTEM_TEXT (0x2a)")
235cpp_quote("#define ROLE_SYSTEM_PUSHBUTTON (0x2b)")
236cpp_quote("#define ROLE_SYSTEM_CHECKBUTTON (0x2c)")
237cpp_quote("#define ROLE_SYSTEM_RADIOBUTTON (0x2d)")
238cpp_quote("#define ROLE_SYSTEM_COMBOBOX (0x2e)")
239cpp_quote("#define ROLE_SYSTEM_DROPLIST (0x2f)")
240cpp_quote("#define ROLE_SYSTEM_PROGRESSBAR (0x30)")
241cpp_quote("#define ROLE_SYSTEM_DIAL (0x31)")
242cpp_quote("#define ROLE_SYSTEM_HOTKEYFIELD (0x32)")
243cpp_quote("#define ROLE_SYSTEM_SLIDER (0x33)")
244cpp_quote("#define ROLE_SYSTEM_SPINBUTTON (0x34)")
245cpp_quote("#define ROLE_SYSTEM_DIAGRAM (0x35)")
246cpp_quote("#define ROLE_SYSTEM_ANIMATION (0x36)")
247cpp_quote("#define ROLE_SYSTEM_EQUATION (0x37)")
248cpp_quote("#define ROLE_SYSTEM_BUTTONDROPDOWN (0x38)")
249cpp_quote("#define ROLE_SYSTEM_BUTTONMENU (0x39)")
250cpp_quote("#define ROLE_SYSTEM_BUTTONDROPDOWNGRID (0x3a)")
251cpp_quote("#define ROLE_SYSTEM_WHITESPACE (0x3b)")
252cpp_quote("#define ROLE_SYSTEM_PAGETABLIST (0x3c)")
253cpp_quote("#define ROLE_SYSTEM_CLOCK (0x3d)")
254cpp_quote("#define ROLE_SYSTEM_SPLITBUTTON (0x3e)")
255cpp_quote("#define ROLE_SYSTEM_IPADDRESS (0x3f)")
256cpp_quote("#define ROLE_SYSTEM_OUTLINEBUTTON (0x40)")
257
258[
259 local,
260 object,
261 uuid(618736e0-3c3d-11cf-810c-00aa00389b71),
262 pointer_default(unique)
263]
264interface IAccessible : IDispatch
265{
266 typedef [unique] IAccessible *LPACCESSIBLE;
267
268 const LONG DISPID_ACC_PARENT = -5000;
269 const LONG DISPID_ACC_CHILDCOUNT = -5001;
270 const LONG DISPID_ACC_CHILD = -5002;
271 const LONG DISPID_ACC_NAME = -5003;
272 const LONG DISPID_ACC_VALUE = -5004;
273 const LONG DISPID_ACC_DESCRIPTION = -5005;
274 const LONG DISPID_ACC_ROLE = -5006;
275 const LONG DISPID_ACC_STATE = -5007;
276 const LONG DISPID_ACC_HELP = -5008;
277 const LONG DISPID_ACC_HELPTOPIC = -5009;
278 const LONG DISPID_ACC_KEYBOARDSHORTCUT = -5010;
279 const LONG DISPID_ACC_FOCUS = -5011;
280 const LONG DISPID_ACC_SELECTION = -5012;
281 const LONG DISPID_ACC_DEFAULTACTION = -5013;
282 const LONG DISPID_ACC_SELECT = -5014;
283 const LONG DISPID_ACC_LOCATION = -5015;
284 const LONG DISPID_ACC_NAVIGATE = -5016;
285 const LONG DISPID_ACC_HITTEST = -5017;
286 const LONG DISPID_ACC_DODEFAULTACTION = -5018;
287
288 [hidden, propget, id(DISPID_ACC_PARENT)]
289 HRESULT accParent([out, retval] IDispatch **ppdispParent);
290
291 [hidden, propget, id(DISPID_ACC_CHILDCOUNT)]
292 HRESULT accChildCount([out, retval] LONG *pcountChildren);
293
294 [hidden, propget, id(DISPID_ACC_CHILD)]
295 HRESULT accChild(
296 [in] VARIANT varChildID,
297 [out, retval] IDispatch **ppdispChild);
298
299 [hidden, propget, id(DISPID_ACC_NAME)]
300 HRESULT accName(
301 [in]VARIANT varID,
302 [out, retval] BSTR *pszName);
303
304 [hidden, propget, id(DISPID_ACC_VALUE)]
305 HRESULT accValue(
306 [in]VARIANT varID,
307 [out, retval] BSTR *pszValue);
308
309 [hidden, propget, id(DISPID_ACC_DESCRIPTION)]
310 HRESULT accDescription(
311 [in] VARIANT varID,
312 [out, retval] BSTR *pszDescription);
313
314 [hidden, propget, id(DISPID_ACC_ROLE)]
315 HRESULT accRole(
316 [in]VARIANT varID,
317 [out, retval] VARIANT *pvarRole);
318
319 [hidden, propget, id(DISPID_ACC_STATE)]
320 HRESULT accState(
321 [in]VARIANT varID,
322 [out, retval] VARIANT *pvarState);
323
324 [hidden, propget, id(DISPID_ACC_HELP)]
325 HRESULT accHelp(
326 [in]VARIANT varID,
327 [out, retval] BSTR *pszHelp);
328
329 [hidden, propget, id(DISPID_ACC_HELPTOPIC)]
330 HRESULT accHelpTopic(
331 [out] BSTR *pszHelpFile,
332 [in] VARIANT varID,
333 [out, retval] LONG *pidTopic);
334
335 [hidden, propget, id(DISPID_ACC_KEYBOARDSHORTCUT)]
336 HRESULT accKeyboardShortcut(
337 [in] VARIANT varID,
338 [out, retval] BSTR *pszKeyboardShortcut);
339
340 [hidden, propget, id(DISPID_ACC_FOCUS)]
341 HRESULT accFocus([out, retval] VARIANT *pvarID);
342
343 [hidden, propget, id(DISPID_ACC_SELECTION)]
344 HRESULT accSelection([out, retval] VARIANT *pvarID);
345
346 [hidden, propget, id(DISPID_ACC_DEFAULTACTION)]
347 HRESULT accDefaultAction(
348 [in] VARIANT varID,
349 [out, retval] BSTR *pszDefaultAction);
350
351 [hidden, id(DISPID_ACC_SELECT)]
352 HRESULT accSelect(
353 [in] LONG flagsSelect,
354 [in] VARIANT varID);
355
356 [hidden, id(DISPID_ACC_LOCATION)]
357 HRESULT accLocation(
358 [out] LONG *pxLeft,
359 [out] LONG *pyTop,
360 [out] LONG *pcxWidth,
361 [out] LONG *pcyHeight,
362 [in] VARIANT varID);
363
364 [hidden, id(DISPID_ACC_NAVIGATE)]
365 HRESULT accNavigate(
366 [in] LONG navDir,
367 [in] VARIANT varStart,
368 [out, retval] VARIANT *pvarEnd);
369
370 [hidden, id(DISPID_ACC_HITTEST)]
371 HRESULT accHitTest(
372 [in] LONG xLeft,
373 [in] LONG yTop,
374 [out,retval] VARIANT *pvarID);
375
376 [hidden, id(DISPID_ACC_DODEFAULTACTION)]
377 HRESULT accDoDefaultAction([in] VARIANT varID);
378
379 [hidden, propput, id(DISPID_ACC_NAME)]
380 HRESULT accName(
381 [in] VARIANT varID,
382 [in] BSTR pszName);
383
384 [hidden, propput, id(DISPID_ACC_VALUE)]
385 HRESULT accValue(
386 [in] VARIANT varID,
387 [out, retval] BSTR pszValue);
388}
389
390cpp_quote("#ifndef __IAccessibleHandler_INTERFACE_DEFINED__")
391cpp_quote("#define __IAccessibleHandler_INTERFACE_DEFINED__")
392cpp_quote(" typedef IAccessibleHandler *LPACCESSIBLEHANDLER;")
393cpp_quote("")
394cpp_quote(" EXTERN_C const IID IID_IAccessibleHandler;")
395cpp_quote("#if defined(__cplusplus) && !defined(CINTERFACE)")
396cpp_quote(" struct IAccessibleHandler : public IUnknown {")
397cpp_quote(" public:")
398cpp_quote(" virtual HRESULT WINAPI AccessibleObjectFromID(LONG hwnd,LONG lObjectID,LPACCESSIBLE *pIAccessible) = 0;")
399cpp_quote(" };")
400cpp_quote("#else")
401cpp_quote(" typedef struct IAccessibleHandlerVtbl {")
402cpp_quote(" BEGIN_INTERFACE")
403cpp_quote(" HRESULT (WINAPI *QueryInterface)(IAccessibleHandler *This,REFIID riid,void **ppvObject);")
404cpp_quote(" ULONG (WINAPI *AddRef)(IAccessibleHandler *This);")
405cpp_quote(" ULONG (WINAPI *Release)(IAccessibleHandler *This);")
406cpp_quote(" HRESULT (WINAPI *AccessibleObjectFromID)(IAccessibleHandler *This,LONG hwnd,LONG lObjectID,LPACCESSIBLE *pIAccessible);")
407cpp_quote(" END_INTERFACE")
408cpp_quote(" } IAccessibleHandlerVtbl;")
409cpp_quote(" struct IAccessibleHandler {")
410cpp_quote(" CONST_VTBL struct IAccessibleHandlerVtbl *lpVtbl;")
411cpp_quote(" };")
412cpp_quote("#ifdef COBJMACROS")
413cpp_quote("#define IAccessibleHandler_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject)")
414cpp_quote("#define IAccessibleHandler_AddRef(This) (This)->lpVtbl->AddRef(This)")
415cpp_quote("#define IAccessibleHandler_Release(This) (This)->lpVtbl->Release(This)")
416cpp_quote("#define IAccessibleHandler_AccessibleObjectFromID(This,hwnd,lObjectID,pIAccessible) (This)->lpVtbl->AccessibleObjectFromID(This,hwnd,lObjectID,pIAccessible)")
417cpp_quote("#endif")
418cpp_quote("#endif")
419cpp_quote(" HRESULT WINAPI IAccessibleHandler_AccessibleObjectFromID_Proxy(IAccessibleHandler *This,LONG hwnd,LONG lObjectID,LPACCESSIBLE *pIAccessible);")
420cpp_quote(" void __RPC_STUB IAccessibleHandler_AccessibleObjectFromID_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase);")
421cpp_quote("#endif")
422cpp_quote("")
423cpp_quote(" typedef enum AnnoScope {")
424cpp_quote(" ANNO_THIS = 0,ANNO_CONTAINER = 1")
425cpp_quote(" } AnnoScope;")
426cpp_quote("")
427cpp_quote(" typedef GUID MSAAPROPID;")
428cpp_quote("")
429cpp_quote(" extern RPC_IF_HANDLE __MIDL_itf_oleacc_0116_v0_0_c_ifspec;")
430cpp_quote(" extern RPC_IF_HANDLE __MIDL_itf_oleacc_0116_v0_0_s_ifspec;")
431cpp_quote("")
432cpp_quote("#ifndef __IAccIdentity_INTERFACE_DEFINED__")
433cpp_quote("#define __IAccIdentity_INTERFACE_DEFINED__")
434cpp_quote(" EXTERN_C const IID IID_IAccIdentity;")
435cpp_quote("#if defined(__cplusplus) && !defined(CINTERFACE)")
436cpp_quote(" struct IAccIdentity : public IUnknown {")
437cpp_quote(" public:")
438cpp_quote(" virtual HRESULT WINAPI GetIdentityString(DWORD dwIDChild,BYTE **ppIDString,DWORD *pdwIDStringLen) = 0;")
439cpp_quote(" };")
440cpp_quote("#else")
441cpp_quote(" typedef struct IAccIdentityVtbl {")
442cpp_quote(" BEGIN_INTERFACE")
443cpp_quote(" HRESULT (WINAPI *QueryInterface)(IAccIdentity *This,REFIID riid,void **ppvObject);")
444cpp_quote(" ULONG (WINAPI *AddRef)(IAccIdentity *This);")
445cpp_quote(" ULONG (WINAPI *Release)(IAccIdentity *This);")
446cpp_quote(" HRESULT (WINAPI *GetIdentityString)(IAccIdentity *This,DWORD dwIDChild,BYTE **ppIDString,DWORD *pdwIDStringLen);")
447cpp_quote(" END_INTERFACE")
448cpp_quote(" } IAccIdentityVtbl;")
449cpp_quote(" struct IAccIdentity {")
450cpp_quote(" CONST_VTBL struct IAccIdentityVtbl *lpVtbl;")
451cpp_quote(" };")
452cpp_quote("#ifdef COBJMACROS")
453cpp_quote("#define IAccIdentity_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject)")
454cpp_quote("#define IAccIdentity_AddRef(This) (This)->lpVtbl->AddRef(This)")
455cpp_quote("#define IAccIdentity_Release(This) (This)->lpVtbl->Release(This)")
456cpp_quote("#define IAccIdentity_GetIdentityString(This,dwIDChild,ppIDString,pdwIDStringLen) (This)->lpVtbl->GetIdentityString(This,dwIDChild,ppIDString,pdwIDStringLen)")
457cpp_quote("#endif")
458cpp_quote("#endif")
459cpp_quote(" HRESULT WINAPI IAccIdentity_GetIdentityString_Proxy(IAccIdentity *This,DWORD dwIDChild,BYTE **ppIDString,DWORD *pdwIDStringLen);")
460cpp_quote(" void __RPC_STUB IAccIdentity_GetIdentityString_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase);")
461cpp_quote("#endif")
462cpp_quote("")
463cpp_quote("#ifndef __IAccPropServer_INTERFACE_DEFINED__")
464cpp_quote("#define __IAccPropServer_INTERFACE_DEFINED__")
465cpp_quote(" EXTERN_C const IID IID_IAccPropServer;")
466cpp_quote("#if defined(__cplusplus) && !defined(CINTERFACE)")
467cpp_quote(" struct IAccPropServer : public IUnknown {")
468cpp_quote(" public:")
469cpp_quote(" virtual HRESULT WINAPI GetPropValue(const BYTE *pIDString,DWORD dwIDStringLen,MSAAPROPID idProp,VARIANT *pvarValue,WINBOOL *pfHasProp) = 0;")
470cpp_quote(" };")
471cpp_quote("#else")
472cpp_quote(" typedef struct IAccPropServerVtbl {")
473cpp_quote(" BEGIN_INTERFACE")
474cpp_quote(" HRESULT (WINAPI *QueryInterface)(IAccPropServer *This,REFIID riid,void **ppvObject);")
475cpp_quote(" ULONG (WINAPI *AddRef)(IAccPropServer *This);")
476cpp_quote(" ULONG (WINAPI *Release)(IAccPropServer *This);")
477cpp_quote(" HRESULT (WINAPI *GetPropValue)(IAccPropServer *This,const BYTE *pIDString,DWORD dwIDStringLen,MSAAPROPID idProp,VARIANT *pvarValue,WINBOOL *pfHasProp);")
478cpp_quote(" END_INTERFACE")
479cpp_quote(" } IAccPropServerVtbl;")
480cpp_quote(" struct IAccPropServer {")
481cpp_quote(" CONST_VTBL struct IAccPropServerVtbl *lpVtbl;")
482cpp_quote(" };")
483cpp_quote("#ifdef COBJMACROS")
484cpp_quote("#define IAccPropServer_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject)")
485cpp_quote("#define IAccPropServer_AddRef(This) (This)->lpVtbl->AddRef(This)")
486cpp_quote("#define IAccPropServer_Release(This) (This)->lpVtbl->Release(This)")
487cpp_quote("#define IAccPropServer_GetPropValue(This,pIDString,dwIDStringLen,idProp,pvarValue,pfHasProp) (This)->lpVtbl->GetPropValue(This,pIDString,dwIDStringLen,idProp,pvarValue,pfHasProp)")
488cpp_quote("#endif")
489cpp_quote("#endif")
490cpp_quote(" HRESULT WINAPI IAccPropServer_GetPropValue_Proxy(IAccPropServer *This,const BYTE *pIDString,DWORD dwIDStringLen,MSAAPROPID idProp,VARIANT *pvarValue,WINBOOL *pfHasProp);")
491cpp_quote(" void __RPC_STUB IAccPropServer_GetPropValue_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase);")
492cpp_quote("#endif")
493cpp_quote("")
494cpp_quote("#ifndef __IAccPropServices_INTERFACE_DEFINED__")
495cpp_quote("#define __IAccPropServices_INTERFACE_DEFINED__")
496cpp_quote(" EXTERN_C const IID IID_IAccPropServices;")
497cpp_quote("#if defined(__cplusplus) && !defined(CINTERFACE)")
498cpp_quote(" struct IAccPropServices : public IUnknown {")
499cpp_quote(" public:")
500cpp_quote(" virtual HRESULT WINAPI SetPropValue(const BYTE *pIDString,DWORD dwIDStringLen,MSAAPROPID idProp,VARIANT var) = 0;")
501cpp_quote(" virtual HRESULT WINAPI SetPropServer(const BYTE *pIDString,DWORD dwIDStringLen,const MSAAPROPID *paProps,int cProps,IAccPropServer *pServer,AnnoScope annoScope) = 0;")
502cpp_quote(" virtual HRESULT WINAPI ClearProps(const BYTE *pIDString,DWORD dwIDStringLen,const MSAAPROPID *paProps,int cProps) = 0;")
503cpp_quote(" virtual HRESULT WINAPI SetHwndProp(HWND hwnd,DWORD idObject,DWORD idChild,MSAAPROPID idProp,VARIANT var) = 0;")
504cpp_quote(" virtual HRESULT WINAPI SetHwndPropStr(HWND hwnd,DWORD idObject,DWORD idChild,MSAAPROPID idProp,LPCWSTR str) = 0;")
505cpp_quote(" virtual HRESULT WINAPI SetHwndPropServer(HWND hwnd,DWORD idObject,DWORD idChild,const MSAAPROPID *paProps,int cProps,IAccPropServer *pServer,AnnoScope annoScope) = 0;")
506cpp_quote(" virtual HRESULT WINAPI ClearHwndProps(HWND hwnd,DWORD idObject,DWORD idChild,const MSAAPROPID *paProps,int cProps) = 0;")
507cpp_quote(" virtual HRESULT WINAPI ComposeHwndIdentityString(HWND hwnd,DWORD idObject,DWORD idChild,BYTE **ppIDString,DWORD *pdwIDStringLen) = 0;")
508cpp_quote(" virtual HRESULT WINAPI DecomposeHwndIdentityString(const BYTE *pIDString,DWORD dwIDStringLen,HWND *phwnd,DWORD *pidObject,DWORD *pidChild) = 0;")
509cpp_quote(" virtual HRESULT WINAPI SetHmenuProp(HMENU hmenu,DWORD idChild,MSAAPROPID idProp,VARIANT var) = 0;")
510cpp_quote(" virtual HRESULT WINAPI SetHmenuPropStr(HMENU hmenu,DWORD idChild,MSAAPROPID idProp,LPCWSTR str) = 0;")
511cpp_quote(" virtual HRESULT WINAPI SetHmenuPropServer(HMENU hmenu,DWORD idChild,const MSAAPROPID *paProps,int cProps,IAccPropServer *pServer,AnnoScope annoScope) = 0;")
512cpp_quote(" virtual HRESULT WINAPI ClearHmenuProps(HMENU hmenu,DWORD idChild,const MSAAPROPID *paProps,int cProps) = 0;")
513cpp_quote(" virtual HRESULT WINAPI ComposeHmenuIdentityString(HMENU hmenu,DWORD idChild,BYTE **ppIDString,DWORD *pdwIDStringLen) = 0;")
514cpp_quote(" virtual HRESULT WINAPI DecomposeHmenuIdentityString(const BYTE *pIDString,DWORD dwIDStringLen,HMENU *phmenu,DWORD *pidChild) = 0;")
515cpp_quote(" };")
516cpp_quote("#else")
517cpp_quote(" typedef struct IAccPropServicesVtbl {")
518cpp_quote(" BEGIN_INTERFACE")
519cpp_quote(" HRESULT (WINAPI *QueryInterface)(IAccPropServices *This,REFIID riid,void **ppvObject);")
520cpp_quote(" ULONG (WINAPI *AddRef)(IAccPropServices *This);")
521cpp_quote(" ULONG (WINAPI *Release)(IAccPropServices *This);")
522cpp_quote(" HRESULT (WINAPI *SetPropValue)(IAccPropServices *This,const BYTE *pIDString,DWORD dwIDStringLen,MSAAPROPID idProp,VARIANT var);")
523cpp_quote(" HRESULT (WINAPI *SetPropServer)(IAccPropServices *This,const BYTE *pIDString,DWORD dwIDStringLen,const MSAAPROPID *paProps,int cProps,IAccPropServer *pServer,AnnoScope annoScope);")
524cpp_quote(" HRESULT (WINAPI *ClearProps)(IAccPropServices *This,const BYTE *pIDString,DWORD dwIDStringLen,const MSAAPROPID *paProps,int cProps);")
525cpp_quote(" HRESULT (WINAPI *SetHwndProp)(IAccPropServices *This,HWND hwnd,DWORD idObject,DWORD idChild,MSAAPROPID idProp,VARIANT var);")
526cpp_quote(" HRESULT (WINAPI *SetHwndPropStr)(IAccPropServices *This,HWND hwnd,DWORD idObject,DWORD idChild,MSAAPROPID idProp,LPCWSTR str);")
527cpp_quote(" HRESULT (WINAPI *SetHwndPropServer)(IAccPropServices *This,HWND hwnd,DWORD idObject,DWORD idChild,const MSAAPROPID *paProps,int cProps,IAccPropServer *pServer,AnnoScope annoScope);")
528cpp_quote(" HRESULT (WINAPI *ClearHwndProps)(IAccPropServices *This,HWND hwnd,DWORD idObject,DWORD idChild,const MSAAPROPID *paProps,int cProps);")
529cpp_quote(" HRESULT (WINAPI *ComposeHwndIdentityString)(IAccPropServices *This,HWND hwnd,DWORD idObject,DWORD idChild,BYTE **ppIDString,DWORD *pdwIDStringLen);")
530cpp_quote(" HRESULT (WINAPI *DecomposeHwndIdentityString)(IAccPropServices *This,const BYTE *pIDString,DWORD dwIDStringLen,HWND *phwnd,DWORD *pidObject,DWORD *pidChild);")
531cpp_quote(" HRESULT (WINAPI *SetHmenuProp)(IAccPropServices *This,HMENU hmenu,DWORD idChild,MSAAPROPID idProp,VARIANT var);")
532cpp_quote(" HRESULT (WINAPI *SetHmenuPropStr)(IAccPropServices *This,HMENU hmenu,DWORD idChild,MSAAPROPID idProp,LPCWSTR str);")
533cpp_quote(" HRESULT (WINAPI *SetHmenuPropServer)(IAccPropServices *This,HMENU hmenu,DWORD idChild,const MSAAPROPID *paProps,int cProps,IAccPropServer *pServer,AnnoScope annoScope);")
534cpp_quote(" HRESULT (WINAPI *ClearHmenuProps)(IAccPropServices *This,HMENU hmenu,DWORD idChild,const MSAAPROPID *paProps,int cProps);")
535cpp_quote(" HRESULT (WINAPI *ComposeHmenuIdentityString)(IAccPropServices *This,HMENU hmenu,DWORD idChild,BYTE **ppIDString,DWORD *pdwIDStringLen);")
536cpp_quote(" HRESULT (WINAPI *DecomposeHmenuIdentityString)(IAccPropServices *This,const BYTE *pIDString,DWORD dwIDStringLen,HMENU *phmenu,DWORD *pidChild);")
537cpp_quote(" END_INTERFACE")
538cpp_quote(" } IAccPropServicesVtbl;")
539cpp_quote(" struct IAccPropServices {")
540cpp_quote(" CONST_VTBL struct IAccPropServicesVtbl *lpVtbl;")
541cpp_quote(" };")
542cpp_quote("#ifdef COBJMACROS")
543cpp_quote("#define IAccPropServices_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject)")
544cpp_quote("#define IAccPropServices_AddRef(This) (This)->lpVtbl->AddRef(This)")
545cpp_quote("#define IAccPropServices_Release(This) (This)->lpVtbl->Release(This)")
546cpp_quote("#define IAccPropServices_SetPropValue(This,pIDString,dwIDStringLen,idProp,var) (This)->lpVtbl->SetPropValue(This,pIDString,dwIDStringLen,idProp,var)")
547cpp_quote("#define IAccPropServices_SetPropServer(This,pIDString,dwIDStringLen,paProps,cProps,pServer,annoScope) (This)->lpVtbl->SetPropServer(This,pIDString,dwIDStringLen,paProps,cProps,pServer,annoScope)")
548cpp_quote("#define IAccPropServices_ClearProps(This,pIDString,dwIDStringLen,paProps,cProps) (This)->lpVtbl->ClearProps(This,pIDString,dwIDStringLen,paProps,cProps)")
549cpp_quote("#define IAccPropServices_SetHwndProp(This,hwnd,idObject,idChild,idProp,var) (This)->lpVtbl->SetHwndProp(This,hwnd,idObject,idChild,idProp,var)")
550cpp_quote("#define IAccPropServices_SetHwndPropStr(This,hwnd,idObject,idChild,idProp,str) (This)->lpVtbl->SetHwndPropStr(This,hwnd,idObject,idChild,idProp,str)")
551cpp_quote("#define IAccPropServices_SetHwndPropServer(This,hwnd,idObject,idChild,paProps,cProps,pServer,annoScope) (This)->lpVtbl->SetHwndPropServer(This,hwnd,idObject,idChild,paProps,cProps,pServer,annoScope)")
552cpp_quote("#define IAccPropServices_ClearHwndProps(This,hwnd,idObject,idChild,paProps,cProps) (This)->lpVtbl->ClearHwndProps(This,hwnd,idObject,idChild,paProps,cProps)")
553cpp_quote("#define IAccPropServices_ComposeHwndIdentityString(This,hwnd,idObject,idChild,ppIDString,pdwIDStringLen) (This)->lpVtbl->ComposeHwndIdentityString(This,hwnd,idObject,idChild,ppIDString,pdwIDStringLen)")
554cpp_quote("#define IAccPropServices_DecomposeHwndIdentityString(This,pIDString,dwIDStringLen,phwnd,pidObject,pidChild) (This)->lpVtbl->DecomposeHwndIdentityString(This,pIDString,dwIDStringLen,phwnd,pidObject,pidChild)")
555cpp_quote("#define IAccPropServices_SetHmenuProp(This,hmenu,idChild,idProp,var) (This)->lpVtbl->SetHmenuProp(This,hmenu,idChild,idProp,var)")
556cpp_quote("#define IAccPropServices_SetHmenuPropStr(This,hmenu,idChild,idProp,str) (This)->lpVtbl->SetHmenuPropStr(This,hmenu,idChild,idProp,str)")
557cpp_quote("#define IAccPropServices_SetHmenuPropServer(This,hmenu,idChild,paProps,cProps,pServer,annoScope) (This)->lpVtbl->SetHmenuPropServer(This,hmenu,idChild,paProps,cProps,pServer,annoScope)")
558cpp_quote("#define IAccPropServices_ClearHmenuProps(This,hmenu,idChild,paProps,cProps) (This)->lpVtbl->ClearHmenuProps(This,hmenu,idChild,paProps,cProps)")
559cpp_quote("#define IAccPropServices_ComposeHmenuIdentityString(This,hmenu,idChild,ppIDString,pdwIDStringLen) (This)->lpVtbl->ComposeHmenuIdentityString(This,hmenu,idChild,ppIDString,pdwIDStringLen)")
560cpp_quote("#define IAccPropServices_DecomposeHmenuIdentityString(This,pIDString,dwIDStringLen,phmenu,pidChild) (This)->lpVtbl->DecomposeHmenuIdentityString(This,pIDString,dwIDStringLen,phmenu,pidChild)")
561cpp_quote("#endif")
562cpp_quote("#endif")
563cpp_quote(" HRESULT WINAPI IAccPropServices_SetPropValue_Proxy(IAccPropServices *This,const BYTE *pIDString,DWORD dwIDStringLen,MSAAPROPID idProp,VARIANT var);")
564cpp_quote(" void __RPC_STUB IAccPropServices_SetPropValue_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase);")
565cpp_quote(" HRESULT WINAPI IAccPropServices_SetPropServer_Proxy(IAccPropServices *This,const BYTE *pIDString,DWORD dwIDStringLen,const MSAAPROPID *paProps,int cProps,IAccPropServer *pServer,AnnoScope annoScope);")
566cpp_quote(" void __RPC_STUB IAccPropServices_SetPropServer_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase);")
567cpp_quote(" HRESULT WINAPI IAccPropServices_ClearProps_Proxy(IAccPropServices *This,const BYTE *pIDString,DWORD dwIDStringLen,const MSAAPROPID *paProps,int cProps);")
568cpp_quote(" void __RPC_STUB IAccPropServices_ClearProps_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase);")
569cpp_quote(" HRESULT WINAPI IAccPropServices_SetHwndProp_Proxy(IAccPropServices *This,HWND hwnd,DWORD idObject,DWORD idChild,MSAAPROPID idProp,VARIANT var);")
570cpp_quote(" void __RPC_STUB IAccPropServices_SetHwndProp_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase);")
571cpp_quote(" HRESULT WINAPI IAccPropServices_SetHwndPropStr_Proxy(IAccPropServices *This,HWND hwnd,DWORD idObject,DWORD idChild,MSAAPROPID idProp,LPCWSTR str);")
572cpp_quote(" void __RPC_STUB IAccPropServices_SetHwndPropStr_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase);")
573cpp_quote(" HRESULT WINAPI IAccPropServices_SetHwndPropServer_Proxy(IAccPropServices *This,HWND hwnd,DWORD idObject,DWORD idChild,const MSAAPROPID *paProps,int cProps,IAccPropServer *pServer,AnnoScope annoScope);")
574cpp_quote(" void __RPC_STUB IAccPropServices_SetHwndPropServer_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase);")
575cpp_quote(" HRESULT WINAPI IAccPropServices_ClearHwndProps_Proxy(IAccPropServices *This,HWND hwnd,DWORD idObject,DWORD idChild,const MSAAPROPID *paProps,int cProps);")
576cpp_quote(" void __RPC_STUB IAccPropServices_ClearHwndProps_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase);")
577cpp_quote(" HRESULT WINAPI IAccPropServices_ComposeHwndIdentityString_Proxy(IAccPropServices *This,HWND hwnd,DWORD idObject,DWORD idChild,BYTE **ppIDString,DWORD *pdwIDStringLen);")
578cpp_quote(" void __RPC_STUB IAccPropServices_ComposeHwndIdentityString_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase);")
579cpp_quote(" HRESULT WINAPI IAccPropServices_DecomposeHwndIdentityString_Proxy(IAccPropServices *This,const BYTE *pIDString,DWORD dwIDStringLen,HWND *phwnd,DWORD *pidObject,DWORD *pidChild);")
580cpp_quote(" void __RPC_STUB IAccPropServices_DecomposeHwndIdentityString_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase);")
581cpp_quote(" HRESULT WINAPI IAccPropServices_SetHmenuProp_Proxy(IAccPropServices *This,HMENU hmenu,DWORD idChild,MSAAPROPID idProp,VARIANT var);")
582cpp_quote(" void __RPC_STUB IAccPropServices_SetHmenuProp_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase);")
583cpp_quote(" HRESULT WINAPI IAccPropServices_SetHmenuPropStr_Proxy(IAccPropServices *This,HMENU hmenu,DWORD idChild,MSAAPROPID idProp,LPCWSTR str);")
584cpp_quote(" void __RPC_STUB IAccPropServices_SetHmenuPropStr_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase);")
585cpp_quote(" HRESULT WINAPI IAccPropServices_SetHmenuPropServer_Proxy(IAccPropServices *This,HMENU hmenu,DWORD idChild,const MSAAPROPID *paProps,int cProps,IAccPropServer *pServer,AnnoScope annoScope);")
586cpp_quote(" void __RPC_STUB IAccPropServices_SetHmenuPropServer_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase);")
587cpp_quote(" HRESULT WINAPI IAccPropServices_ClearHmenuProps_Proxy(IAccPropServices *This,HMENU hmenu,DWORD idChild,const MSAAPROPID *paProps,int cProps);")
588cpp_quote(" void __RPC_STUB IAccPropServices_ClearHmenuProps_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase);")
589cpp_quote(" HRESULT WINAPI IAccPropServices_ComposeHmenuIdentityString_Proxy(IAccPropServices *This,HMENU hmenu,DWORD idChild,BYTE **ppIDString,DWORD *pdwIDStringLen);")
590cpp_quote(" void __RPC_STUB IAccPropServices_ComposeHmenuIdentityString_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase);")
591cpp_quote(" HRESULT WINAPI IAccPropServices_DecomposeHmenuIdentityString_Proxy(IAccPropServices *This,const BYTE *pIDString,DWORD dwIDStringLen,HMENU *phmenu,DWORD *pidChild);")
592cpp_quote(" void __RPC_STUB IAccPropServices_DecomposeHmenuIdentityString_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase);")
593cpp_quote("#endif")
594cpp_quote("")
595cpp_quote(" extern RPC_IF_HANDLE __MIDL_itf_oleacc_0119_v0_0_c_ifspec;")
596cpp_quote(" extern RPC_IF_HANDLE __MIDL_itf_oleacc_0119_v0_0_s_ifspec;")
597cpp_quote("#ifndef __Accessibility_LIBRARY_DEFINED__")
598cpp_quote("#define __Accessibility_LIBRARY_DEFINED__")
599cpp_quote(" EXTERN_C const IID LIBID_Accessibility;")
600cpp_quote(" EXTERN_C const CLSID CLSID_CAccPropServices;")
601cpp_quote("#ifdef __cplusplus")
602cpp_quote(" class CAccPropServices;")
603cpp_quote("#endif")
604cpp_quote("#endif")
605cpp_quote("")
606cpp_quote(" ULONG __RPC_API BSTR_UserSize(ULONG *,ULONG,BSTR *);")
607cpp_quote(" unsigned char *__RPC_API BSTR_UserMarshal(ULONG *,unsigned char *,BSTR *);")
608cpp_quote(" unsigned char *__RPC_API BSTR_UserUnmarshal(ULONG *,unsigned char *,BSTR *);")
609cpp_quote(" void __RPC_API BSTR_UserFree(ULONG *,BSTR *);")
610cpp_quote(" ULONG __RPC_API HMENU_UserSize(ULONG *,ULONG,HMENU *);")
611cpp_quote(" unsigned char *__RPC_API HMENU_UserMarshal(ULONG *,unsigned char *,HMENU *);")
612cpp_quote(" unsigned char *__RPC_API HMENU_UserUnmarshal(ULONG *,unsigned char *,HMENU *);")
613cpp_quote(" void __RPC_API HMENU_UserFree(ULONG *,HMENU *);")
614cpp_quote(" ULONG __RPC_API HWND_UserSize(ULONG *,ULONG,HWND *);")
615cpp_quote(" unsigned char *__RPC_API HWND_UserMarshal(ULONG *,unsigned char *,HWND *);")
616cpp_quote(" unsigned char *__RPC_API HWND_UserUnmarshal(ULONG *,unsigned char *,HWND *);")
617cpp_quote(" void __RPC_API HWND_UserFree(ULONG *,HWND *);")
618cpp_quote(" ULONG __RPC_API VARIANT_UserSize(ULONG *,ULONG,VARIANT *);")
619cpp_quote(" unsigned char *__RPC_API VARIANT_UserMarshal(ULONG *,unsigned char *,VARIANT *);")
620cpp_quote(" unsigned char *__RPC_API VARIANT_UserUnmarshal(ULONG *,unsigned char *,VARIANT *);")
621cpp_quote(" void __RPC_API VARIANT_UserFree(ULONG *,VARIANT *);")
Note: See TracBrowser for help on using the repository browser.