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
ac5faea0
Commit
ac5faea0
authored
Sep 06, 2013
by
Vincent Povirk
Committed by
Alexandre Julliard
Sep 09, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
winsta: Stub WinStationGetAllProcesses.
parent
7c215d5a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
1 deletion
+10
-1
main.c
dlls/winsta/main.c
+9
-0
winsta.spec
dlls/winsta/winsta.spec
+1
-1
No files found.
dlls/winsta/main.c
View file @
ac5faea0
...
...
@@ -67,6 +67,15 @@ BOOLEAN WINAPI WinStationRegisterConsoleNotification( HANDLE server, HWND hwnd,
return
FALSE
;
}
BOOLEAN
WINAPI
WinStationGetAllProcesses
(
HANDLE
server
,
ULONG
level
,
ULONG
*
process_count
,
void
*
info
)
{
FIXME
(
"%p %u %p %p
\n
"
,
server
,
level
,
process_count
,
info
);
*
process_count
=
0
;
SetLastError
(
ERROR_CALL_NOT_IMPLEMENTED
);
return
FALSE
;
}
BOOL
WINAPI
WinStationGetProcessSid
(
PVOID
a
,
HANDLE
server
,
DWORD
process_id
,
PFILETIME
process_start_time
,
PBYTE
process_user_sid
,
PDWORD
sid_size
)
{
...
...
dlls/winsta/winsta.spec
View file @
ac5faea0
...
...
@@ -35,7 +35,7 @@
@ stub WinStationFreeGAPMemory
@ stub WinStationFreeMemory
@ stub WinStationGenerateLicense
@ st
ub WinStationGetAllProcesses
@ st
dcall WinStationGetAllProcesses(ptr long ptr ptr)
@ stub WinStationGetLanAdapterNameA
@ stub WinStationGetLanAdapterNameW
@ stub WinStationGetMachinePolicy
...
...
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