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
2c325f8b
Commit
2c325f8b
authored
Mar 14, 2024
by
Nikolay Sivov
Committed by
Alexandre Julliard
Mar 14, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wshom/network: Implement GetTypeInfo().
Signed-off-by:
Nikolay Sivov
<
nsivov@codeweavers.com
>
parent
fcce3920
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
network.c
dlls/wshom.ocx/network.c
+3
-2
No files found.
dlls/wshom.ocx/network.c
View file @
2c325f8b
...
...
@@ -69,8 +69,9 @@ static HRESULT WINAPI WshNetwork2_GetTypeInfoCount(IWshNetwork2 *iface, UINT *pc
static
HRESULT
WINAPI
WshNetwork2_GetTypeInfo
(
IWshNetwork2
*
iface
,
UINT
iTInfo
,
LCID
lcid
,
ITypeInfo
**
ppTInfo
)
{
FIXME
(
"%p, %u, %lx, %p.
\n
"
,
iface
,
iTInfo
,
lcid
,
ppTInfo
);
return
E_NOTIMPL
;
TRACE
(
"%p, %u, %lx, %p.
\n
"
,
iface
,
iTInfo
,
lcid
,
ppTInfo
);
return
get_typeinfo
(
IWshNetwork2_tid
,
ppTInfo
);
}
static
HRESULT
WINAPI
WshNetwork2_GetIDsOfNames
(
IWshNetwork2
*
iface
,
REFIID
riid
,
LPOLESTR
*
rgszNames
,
...
...
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