mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
Added prototype for ProcessIdToSessionId().
svn path=/trunk/; revision=2422
This commit is contained in:
@@ -2200,6 +2200,12 @@ PrepareTape(
|
||||
WINBOOL bImmediate
|
||||
);
|
||||
|
||||
BOOL
|
||||
STDCALL
|
||||
ProcessIdToSessionId(
|
||||
DWORD dwProcessId,
|
||||
DWORD* pSessionId
|
||||
);
|
||||
|
||||
DWORD
|
||||
STDCALL
|
||||
|
||||
Reference in New Issue
Block a user