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
a829c2b3
Commit
a829c2b3
authored
Apr 18, 2013
by
Stefan Leichter
Committed by
Alexandre Julliard
Apr 19, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
setupapi: Add a stub for SetupDiSetDeviceInstallParamsA.
parent
2baecad2
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 @
a829c2b3
...
...
@@ -3706,6 +3706,19 @@ BOOL WINAPI SetupDiGetDeviceInstallParamsA(
return
FALSE
;
}
/***********************************************************************
* SetupDiSetDeviceInstallParamsA (SETUPAPI.@)
*/
BOOL
WINAPI
SetupDiSetDeviceInstallParamsA
(
HDEVINFO
DeviceInfoSet
,
PSP_DEVINFO_DATA
DeviceInfoData
,
PSP_DEVINSTALL_PARAMS_A
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 @
a829c2b3
...
...
@@ -385,7 +385,7 @@
@ stub SetupDiSelectOEMDrv
@ stdcall SetupDiSetClassInstallParamsA(ptr ptr ptr long)
@ stub SetupDiSetClassInstallParamsW
@ st
ub SetupDiSetDeviceInstallParamsA
@ st
dcall SetupDiSetDeviceInstallParamsA(ptr ptr ptr)
@ stub SetupDiSetDeviceInstallParamsW
@ stdcall SetupDiSetDeviceRegistryPropertyA(ptr ptr long ptr ptr)
@ stdcall SetupDiSetDeviceRegistryPropertyW(ptr ptr long ptr ptr)
...
...
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