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
1ce40299
Commit
1ce40299
authored
Jan 27, 2017
by
Andrey Gusev
Committed by
Alexandre Julliard
Jan 30, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
setupapi: Add CM_Get_Sibling_Ex stub.
Signed-off-by:
Andrey Gusev
<
andrey.goosev@gmail.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
afa920a7
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
15 additions
and
4 deletions
+15
-4
cfgmgr32.spec
dlls/cfgmgr32/cfgmgr32.spec
+1
-1
setupapi.spec
dlls/setupapi/setupapi.spec
+1
-1
stubs.c
dlls/setupapi/stubs.c
+10
-0
cfgmgr32.h
include/cfgmgr32.h
+3
-2
No files found.
dlls/cfgmgr32/cfgmgr32.spec
View file @
1ce40299
...
...
@@ -113,7 +113,7 @@
@ stub CM_Get_Res_Des_Data_Size
@ stub CM_Get_Res_Des_Data_Size_Ex
@ stub CM_Get_Sibling
@ st
ub
CM_Get_Sibling_Ex
@ st
dcall CM_Get_Sibling_Ex(ptr long long ptr) setupapi.
CM_Get_Sibling_Ex
@ stdcall CM_Get_Version() setupapi.CM_Get_Version
@ stub CM_Get_Version_Ex
@ stub CM_Intersect_Range_List
...
...
dlls/setupapi/setupapi.spec
View file @
1ce40299
...
...
@@ -124,7 +124,7 @@
@ stub CM_Get_Res_Des_Data_Size
@ stub CM_Get_Res_Des_Data_Size_Ex
@ stub CM_Get_Sibling
@ st
ub CM_Get_Sibling_Ex
@ st
dcall CM_Get_Sibling_Ex(ptr long long ptr)
@ stdcall CM_Get_Version()
@ stub CM_Get_Version_Ex
@ stub CM_Intersect_Range_List
...
...
dlls/setupapi/stubs.c
View file @
1ce40299
...
...
@@ -499,6 +499,16 @@ CONFIGRET WINAPI CM_Get_Class_Registry_PropertyW(LPGUID class, ULONG prop, PULON
return
CR_FAILURE
;
}
/***********************************************************************
* CM_Get_Sibling_Ex (SETUPAPI.@)
*/
CONFIGRET
WINAPI
CM_Get_Sibling_Ex
(
PDEVINST
pdnDevInst
,
DEVINST
DevInst
,
ULONG
ulFlags
,
HMACHINE
hMachine
)
{
FIXME
(
"%p 0x%08x 0x%08x %p: stub
\n
"
,
pdnDevInst
,
DevInst
,
ulFlags
,
hMachine
);
return
CR_FAILURE
;
}
CONFIGRET
WINAPI
CM_Reenumerate_DevNode
(
DEVINST
dnDevInst
,
ULONG
ulFlags
)
{
FIXME
(
"0x%08x 0x%08x: stub
\n
"
,
dnDevInst
,
ulFlags
);
...
...
include/cfgmgr32.h
View file @
1ce40299
...
...
@@ -189,6 +189,8 @@ CMAPI CONFIGRET WINAPI CM_Create_DevNodeA(PDEVINST,DEVINSTID_A,DEVINST,ULONG);
CMAPI
CONFIGRET
WINAPI
CM_Create_DevNodeW
(
PDEVINST
,
DEVINSTID_W
,
DEVINST
,
ULONG
);
#define CM_Create_DevNode WINELIB_NAME_AW(CM_Create_DevNode)
CMAPI
CONFIGRET
WINAPI
CM_Disconnect_Machine
(
HMACHINE
);
CMAPI
CONFIGRET
WINAPI
CM_Get_Child
(
PDEVINST
pdnDevInst
,
DEVINST
dnDevInst
,
ULONG
ulFlags
);
CMAPI
CONFIGRET
WINAPI
CM_Get_Child_Ex
(
PDEVINST
pdnDevInst
,
DEVINST
dnDevInst
,
ULONG
ulFlags
,
HMACHINE
hMachine
);
CMAPI
CONFIGRET
WINAPI
CM_Get_Device_IDA
(
DEVINST
,
PSTR
,
ULONG
,
ULONG
);
CMAPI
CONFIGRET
WINAPI
CM_Get_Device_IDW
(
DEVINST
,
PWSTR
,
ULONG
,
ULONG
);
#define CM_Get_Device_ID WINELIB_NAME_AW(CM_Get_Device_ID)
...
...
@@ -203,14 +205,13 @@ CMAPI CONFIGRET WINAPI CM_Get_Device_ID_List_ExW(PCWSTR,PWCHAR,ULONG,ULONG,HMACH
#define CM_Get_Device_ID_List_Ex WINELIB_NAME_AW(CM_Get_Device_ID_List_Ex)
CMAPI
CONFIGRET
WINAPI
CM_Get_Device_ID_Size
(
PULONG
,
DEVINST
,
ULONG
);
CMAPI
CONFIGRET
WINAPI
CM_Get_Device_ID_Size_Ex
(
PULONG
,
DEVINST
,
ULONG
,
HMACHINE
);
CMAPI
CONFIGRET
WINAPI
CM_Get_Sibling_Ex
(
PDEVINST
pdnDevInst
,
DEVINST
DevInst
,
ULONG
ulFlags
,
HMACHINE
hMachine
);
CMAPI
WORD
WINAPI
CM_Get_Version
(
void
);
CMAPI
CONFIGRET
WINAPI
CM_Locate_DevNodeA
(
PDEVINST
,
DEVINSTID_A
,
ULONG
);
CMAPI
CONFIGRET
WINAPI
CM_Locate_DevNodeW
(
PDEVINST
,
DEVINSTID_W
,
ULONG
);
#define CM_Locate_DevNode WINELIB_NAME_AW(CM_Locate_DevNode)
CMAPI
CONFIGRET
WINAPI
CM_Open_DevNode_Key
(
DEVINST
dnDevInst
,
REGSAM
access
,
ULONG
ulHardwareProfile
,
REGDISPOSITION
disposition
,
PHKEY
phkDevice
,
ULONG
ulFlags
);
CMAPI
CONFIGRET
WINAPI
CM_Get_Child
(
PDEVINST
pdnDevInst
,
DEVINST
dnDevInst
,
ULONG
ulFlags
);
CMAPI
CONFIGRET
WINAPI
CM_Get_Child_Ex
(
PDEVINST
pdnDevInst
,
DEVINST
dnDevInst
,
ULONG
ulFlags
,
HMACHINE
hMachine
);
#ifdef __cplusplus
}
...
...
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