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
981dec49
Commit
981dec49
authored
Oct 18, 2017
by
Andrey Gusev
Committed by
Alexandre Julliard
Oct 18, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
winsta: Add WinStationUnRegisterConsoleNotification stub.
Signed-off-by:
Andrey Gusev
<
andrey.goosev@gmail.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
731136d8
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
1 deletion
+9
-1
main.c
dlls/winsta/main.c
+7
-0
winsta.h
dlls/winsta/winsta.h
+1
-0
winsta.spec
dlls/winsta/winsta.spec
+1
-1
No files found.
dlls/winsta/main.c
View file @
981dec49
...
@@ -68,6 +68,13 @@ BOOLEAN WINAPI WinStationRegisterConsoleNotification( HANDLE server, HWND hwnd,
...
@@ -68,6 +68,13 @@ BOOLEAN WINAPI WinStationRegisterConsoleNotification( HANDLE server, HWND hwnd,
return
FALSE
;
return
FALSE
;
}
}
BOOLEAN
WINAPI
WinStationUnRegisterConsoleNotification
(
HANDLE
server
,
HWND
hwnd
)
{
FIXME
(
"%p %p
\n
"
,
server
,
hwnd
);
SetLastError
(
ERROR_CALL_NOT_IMPLEMENTED
);
return
FALSE
;
}
BOOLEAN
WINAPI
WinStationGetAllProcesses
(
HANDLE
server
,
ULONG
level
,
BOOLEAN
WINAPI
WinStationGetAllProcesses
(
HANDLE
server
,
ULONG
level
,
ULONG
*
process_count
,
PTS_ALL_PROCESSES_INFO
*
info
)
ULONG
*
process_count
,
PTS_ALL_PROCESSES_INFO
*
info
)
{
{
...
...
dlls/winsta/winsta.h
View file @
981dec49
...
@@ -94,5 +94,6 @@ BOOLEAN WINAPI WinStationGetAllProcesses(HANDLE,ULONG,PULONG,PTS_ALL_PROCESSES_I
...
@@ -94,5 +94,6 @@ BOOLEAN WINAPI WinStationGetAllProcesses(HANDLE,ULONG,PULONG,PTS_ALL_PROCESSES_I
BOOLEAN
WINAPI
WinStationGetProcessSid
(
HANDLE
,
ULONG
,
FILETIME
*
,
PVOID
,
PULONG
);
BOOLEAN
WINAPI
WinStationGetProcessSid
(
HANDLE
,
ULONG
,
FILETIME
*
,
PVOID
,
PULONG
);
BOOLEAN
WINAPI
WinStationQueryInformationW
(
HANDLE
,
ULONG
,
WINSTATIONINFOCLASS
,
PVOID
,
ULONG
,
PULONG
);
BOOLEAN
WINAPI
WinStationQueryInformationW
(
HANDLE
,
ULONG
,
WINSTATIONINFOCLASS
,
PVOID
,
ULONG
,
PULONG
);
BOOLEAN
WINAPI
WinStationRegisterConsoleNotification
(
HANDLE
,
HWND
,
ULONG
);
BOOLEAN
WINAPI
WinStationRegisterConsoleNotification
(
HANDLE
,
HWND
,
ULONG
);
BOOLEAN
WINAPI
WinStationUnRegisterConsoleNotification
(
HANDLE
,
HWND
);
#endif
/* _WINSTA_H */
#endif
/* _WINSTA_H */
dlls/winsta/winsta.spec
View file @
981dec49
...
@@ -69,7 +69,7 @@
...
@@ -69,7 +69,7 @@
@ stub WinStationShadowStop
@ stub WinStationShadowStop
@ stub WinStationShutdownSystem
@ stub WinStationShutdownSystem
@ stub WinStationTerminateProcess
@ stub WinStationTerminateProcess
@ st
ub WinStationUnRegisterConsoleNotification
@ st
dcall WinStationUnRegisterConsoleNotification(ptr ptr)
@ stdcall WinStationVirtualOpen(ptr ptr ptr)
@ stdcall WinStationVirtualOpen(ptr ptr ptr)
@ stub WinStationWaitSystemEvent
@ stub WinStationWaitSystemEvent
@ stub _NWLogonQueryAdmin
@ stub _NWLogonQueryAdmin
...
...
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