Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
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-winehq
Commits
da0878df
Commit
da0878df
authored
Mar 29, 2004
by
Mike McCormack
Committed by
Alexandre Julliard
Mar 29, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Stub implementations for LresultFromObject and
AccessibleObjectFromWindow.
parent
d00141aa
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
2 deletions
+16
-2
main.c
dlls/oleacc/main.c
+14
-0
oleacc.spec
dlls/oleacc/oleacc.spec
+2
-2
No files found.
dlls/oleacc/main.c
View file @
da0878df
...
...
@@ -35,3 +35,17 @@ HRESULT WINAPI CreateStdAccessibleObject( HWND hwnd, LONG idObject,
debugstr_guid
(
riidInterface
),
ppvObject
);
return
E_NOTIMPL
;
}
HRESULT
WINAPI
LresultFromObject
(
REFIID
riid
,
WPARAM
wParam
,
LPUNKNOWN
pAcc
)
{
FIXME
(
"%s %d %p
\n
"
,
debugstr_guid
(
riid
),
wParam
,
pAcc
);
return
E_NOTIMPL
;
}
HRESULT
WINAPI
AccessibleObjectFromWindow
(
HWND
hwnd
,
DWORD
dwObjectID
,
REFIID
riid
,
void
**
ppvObject
)
{
FIXME
(
"%p %ld %s %p
\n
"
,
hwnd
,
dwObjectID
,
debugstr_guid
(
riid
),
ppvObject
);
return
E_NOTIMPL
;
}
dlls/oleacc/oleacc.spec
View file @
da0878df
@ stub AccessibleChildren
@ stub AccessibleObjectFromEvent
@ stub AccessibleObjectFromPoint
@ st
ub AccessibleObjectFromWindow
@ st
dcall AccessibleObjectFromWindow(ptr long ptr ptr)
@ stdcall CreateStdAccessibleObject(ptr long ptr ptr)
@ stub CreateStdAccessibleProxyA
@ stub CreateStdAccessibleProxyW
...
...
@@ -15,6 +15,6 @@
@ stub IID_IAccessible
@ stub IID_IAccessibleHandler
@ stub LIBID_Accessibility
@ st
ub LresultFromObject
@ st
dcall LresultFromObject(ptr long ptr)
@ stub ObjectFromLresult
@ stub WindowFromAccessibleObject
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