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
f820c094
Commit
f820c094
authored
Dec 15, 2015
by
Austin English
Committed by
Alexandre Julliard
Mar 31, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
setupapi: Add SetupDiSetDeviceInstallParamsW stub.
Signed-off-by:
Austin English
<
austinenglish@gmail.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
baf9db63
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
1 deletion
+14
-1
devinst.c
dlls/setupapi/devinst.c
+13
-0
setupapi.spec
dlls/setupapi/setupapi.spec
+1
-1
No files found.
dlls/setupapi/devinst.c
View file @
f820c094
...
...
@@ -3712,6 +3712,19 @@ BOOL WINAPI SetupDiSetDeviceInstallParamsA(
return
TRUE
;
}
/***********************************************************************
* SetupDiSetDeviceInstallParamsW (SETUPAPI.@)
*/
BOOL
WINAPI
SetupDiSetDeviceInstallParamsW
(
HDEVINFO
DeviceInfoSet
,
PSP_DEVINFO_DATA
DeviceInfoData
,
PSP_DEVINSTALL_PARAMS_W
DeviceInstallParams
)
{
FIXME
(
"(%p, %p, %p) stub
\n
"
,
DeviceInfoSet
,
DeviceInfoData
,
DeviceInstallParams
);
return
TRUE
;
}
static
HKEY
SETUPDI_OpenDevKey
(
struct
DeviceInfo
*
devInfo
,
REGSAM
samDesired
)
{
HKEY
enumKey
,
key
=
INVALID_HANDLE_VALUE
;
...
...
dlls/setupapi/setupapi.spec
View file @
f820c094
...
...
@@ -387,7 +387,7 @@
@ stdcall SetupDiSetClassInstallParamsA(ptr ptr ptr long)
@ stdcall SetupDiSetClassInstallParamsW(ptr ptr ptr long)
@ stdcall SetupDiSetDeviceInstallParamsA(ptr ptr ptr)
@ st
ub SetupDiSetDeviceInstallParamsW
@ st
dcall SetupDiSetDeviceInstallParamsW(ptr ptr ptr)
@ stdcall SetupDiSetDeviceRegistryPropertyA(ptr ptr long ptr ptr)
@ stdcall SetupDiSetDeviceRegistryPropertyW(ptr ptr long ptr ptr)
@ stub SetupDiSetDriverInstallParamsA
...
...
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