mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 09:34:43 +00:00
Added prototype for ProcessIdToSessionId().
svn path=/trunk/; revision=2422
This commit is contained in:
parent
d36ee56715
commit
a5208b8fca
1 changed files with 6 additions and 0 deletions
|
@ -2200,6 +2200,12 @@ PrepareTape(
|
|||
WINBOOL bImmediate
|
||||
);
|
||||
|
||||
BOOL
|
||||
STDCALL
|
||||
ProcessIdToSessionId(
|
||||
DWORD dwProcessId,
|
||||
DWORD* pSessionId
|
||||
);
|
||||
|
||||
DWORD
|
||||
STDCALL
|
||||
|
|
Loading…
Reference in a new issue