Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
eee2c4a4
Commit
eee2c4a4
authored
Dec 05, 2007
by
Dmitry Timoshkov
Committed by
Alexandre Julliard
Dec 05, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Add an initial version of oleacc.idl.
parent
63f4b6f0
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
38 additions
and
0 deletions
+38
-0
.gitignore
.gitignore
+1
-0
Makefile.in
include/Makefile.in
+1
-0
oleacc.idl
include/oleacc.idl
+36
-0
No files found.
.gitignore
View file @
eee2c4a4
...
...
@@ -602,6 +602,7 @@ include/objidl.h
include/objsafe.h
include/ocidl.h
include/ocmm.h
include/oleacc.h
include/oledb.h
include/oleidl.h
include/optary.h
...
...
include/Makefile.in
View file @
eee2c4a4
...
...
@@ -44,6 +44,7 @@ IDL_H_SRCS = \
objsafe.idl
\
ocidl.idl
\
ocmm.idl
\
oleacc.idl
\
oledb.idl
\
oleidl.idl
\
optary.idl
\
...
...
include/oleacc.idl
0 → 100644
View file @
eee2c4a4
/*
*
Copyright
(
C
)
2005
Dmitry
Timoshkov
*
*
This
library
is
free
software
; you can redistribute it and/or
*
modify
it
under
the
terms
of
the
GNU
Lesser
General
Public
*
License
as
published
by
the
Free
Software
Foundation
; either
*
version
2.1
of
the
License
,
or
(
at
your
option
)
any
later
version
.
*
*
This
library
is
distributed
in
the
hope
that
it
will
be
useful
,
*
but
WITHOUT
ANY
WARRANTY
; without even the implied warranty of
*
MERCHANTABILITY
or
FITNESS
FOR
A
PARTICULAR
PURPOSE
.
See
the
GNU
*
Lesser
General
Public
License
for
more
details
.
*
*
You
should
have
received
a
copy
of
the
GNU
Lesser
General
Public
*
License
along
with
this
library
; if not, write to the Free Software
*
Foundation
,
Inc
.
,
51
Franklin
St
,
Fifth
Floor
,
Boston
,
MA
02110
-
1301
,
USA
*/
import
"oaidl.idl"
;
cpp_quote
(
"LRESULT WINAPI LresultFromObject(REFIID,WPARAM,LPUNKNOWN);"
)
cpp_quote
(
"HRESULT WINAPI ObjectFromLresult(LRESULT,REFIID,WPARAM,void **);"
)
cpp_quote
(
"HRESULT WINAPI WindowFromAccessibleObject(IAccessible *,HWND *);"
)
cpp_quote
(
"HRESULT WINAPI AccessibleObjectFromWindow(HWND,DWORD,REFIID,void **);"
)
cpp_quote
(
"HRESULT WINAPI AccessibleObjectFromEvent(HWND,DWORD,DWORD,IAccessible **,VARIANT *);"
)
cpp_quote
(
"HRESULT WINAPI AccessibleObjectFromPoint(POINT,IAccessible **,VARIANT *);"
)
cpp_quote
(
"HRESULT WINAPI AccessibleChildren(IAccessible *,LONG,LONG,VARIANT *,LONG *);"
)
cpp_quote
(
"void WINAPI GetOleaccVersionInfo(DWORD *,DWORD *);"
)
cpp_quote
(
"HRESULT WINAPI CreateStdAccessibleObject(HWND,LONG,REFIID,void **);"
)
cpp_quote
(
"HRESULT WINAPI CreateStdAccessibleProxyA(HWND,LPCSTR,LONG,REFIID,void **);"
)
cpp_quote
(
"HRESULT WINAPI CreateStdAccessibleProxyW(HWND,LPCWSTR,LONG,REFIID,void **);"
)
cpp_quote
(
"#define CreateStdAccessibleProxy WINELIB_NAME_AW(CreateStdAccessibleProxy)"
)
cpp_quote
(
"DEFINE_GUID(CLSID_AccPropServices, 0xB5F8350B,0x0548,0x48B1,0xA6,0xEE,0x88,0xBD,0x00,0xB4,0xA5,0xE7);"
)
cpp_quote
(
"DEFINE_GUID(IIS_IsOleaccProxy, 0x902697FA,0x80E4,0x4560,0x80,0x2A,0xA1,0x3F,0x22,0xA6,0x47,0x09);"
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment