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
468c546f
Commit
468c546f
authored
Mar 21, 2019
by
Derek Lesho
Committed by
Alexandre Julliard
Mar 22, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ntoskrnl.exe: Add IoWMIOpenBlock stub.
Signed-off-by:
Derek Lesho
<
dereklesho52@Gmail.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
25ff59d7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
1 deletion
+10
-1
ntoskrnl.c
dlls/ntoskrnl.exe/ntoskrnl.c
+9
-0
ntoskrnl.exe.spec
dlls/ntoskrnl.exe/ntoskrnl.exe.spec
+1
-1
No files found.
dlls/ntoskrnl.exe/ntoskrnl.c
View file @
468c546f
...
@@ -3072,6 +3072,15 @@ NTSTATUS WINAPI IoWMIRegistrationControl(PDEVICE_OBJECT DeviceObject, ULONG Acti
...
@@ -3072,6 +3072,15 @@ NTSTATUS WINAPI IoWMIRegistrationControl(PDEVICE_OBJECT DeviceObject, ULONG Acti
}
}
/*****************************************************
/*****************************************************
* IoWMIOpenBlock (NTOSKRNL.EXE.@)
*/
NTSTATUS
WINAPI
IoWMIOpenBlock
(
LPCGUID
guid
,
ULONG
desired_access
,
PVOID
*
data_block_obj
)
{
FIXME
(
"(%p %u %p) stub
\n
"
,
guid
,
desired_access
,
data_block_obj
);
return
STATUS_NOT_IMPLEMENTED
;
}
/*****************************************************
* PsSetLoadImageNotifyRoutine (NTOSKRNL.EXE.@)
* PsSetLoadImageNotifyRoutine (NTOSKRNL.EXE.@)
*/
*/
NTSTATUS
WINAPI
PsSetLoadImageNotifyRoutine
(
PLOAD_IMAGE_NOTIFY_ROUTINE
routine
)
NTSTATUS
WINAPI
PsSetLoadImageNotifyRoutine
(
PLOAD_IMAGE_NOTIFY_ROUTINE
routine
)
...
...
dlls/ntoskrnl.exe/ntoskrnl.exe.spec
View file @
468c546f
...
@@ -490,7 +490,7 @@
...
@@ -490,7 +490,7 @@
@ stub IoWMIDeviceObjectToInstanceName
@ stub IoWMIDeviceObjectToInstanceName
@ stub IoWMIExecuteMethod
@ stub IoWMIExecuteMethod
@ stub IoWMIHandleToInstanceName
@ stub IoWMIHandleToInstanceName
@ st
ub IoWMIOpenBlock
@ st
dcall IoWMIOpenBlock(ptr long ptr)
@ stub IoWMIQueryAllData
@ stub IoWMIQueryAllData
@ stub IoWMIQueryAllDataMultiple
@ stub IoWMIQueryAllDataMultiple
@ stub IoWMIQuerySingleInstance
@ stub IoWMIQuerySingleInstance
...
...
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