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
ee31a6ae
Commit
ee31a6ae
authored
Jun 14, 2011
by
Austin English
Committed by
Alexandre Julliard
Jun 15, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
winsta: Add a stub for WinStationGetProcessSid.
parent
785f84a6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
1 deletion
+9
-1
main.c
dlls/winsta/main.c
+8
-0
winsta.spec
dlls/winsta/winsta.spec
+1
-1
No files found.
dlls/winsta/main.c
View file @
ee31a6ae
...
...
@@ -59,3 +59,11 @@ BOOLEAN WINAPI WinStationQueryInformationW( HANDLE server, ULONG logon_id, WINST
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
)
{
FIXME
(
"(%p, %p, %d, %p, %p, %p): stub
\n
"
,
a
,
server
,
process_id
,
process_start_time
,
process_user_sid
,
sid_size
);
SetLastError
(
ERROR_CALL_NOT_IMPLEMENTED
);
return
FALSE
;
}
dlls/winsta/winsta.spec
View file @
ee31a6ae
...
...
@@ -39,7 +39,7 @@
@ stub WinStationGetLanAdapterNameA
@ stub WinStationGetLanAdapterNameW
@ stub WinStationGetMachinePolicy
@ st
ub WinStationGetProcessSid
@ st
dcall WinStationGetProcessSid(ptr ptr long ptr ptr ptr)
@ stub WinStationGetTermSrvCountersValue
@ stub WinStationInstallLicense
@ stub WinStationIsHelpAssistantSession
...
...
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