mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +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
|
WINBOOL bImmediate
|
||||||
);
|
);
|
||||||
|
|
||||||
|
BOOL
|
||||||
|
STDCALL
|
||||||
|
ProcessIdToSessionId(
|
||||||
|
DWORD dwProcessId,
|
||||||
|
DWORD* pSessionId
|
||||||
|
);
|
||||||
|
|
||||||
DWORD
|
DWORD
|
||||||
STDCALL
|
STDCALL
|
||||||
|
|
Loading…
Reference in a new issue