mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 06:05:48 +00:00
[SMLIB] Implement SmStartCsr and SmStopCsr
This commit is contained in:
parent
735d2b4c93
commit
1a1dac04c7
2 changed files with 98 additions and 0 deletions
|
@ -263,4 +263,21 @@ SmSessionComplete(
|
|||
IN NTSTATUS SessionStatus
|
||||
);
|
||||
|
||||
NTSTATUS
|
||||
NTAPI
|
||||
SmStartCsr(
|
||||
IN HANDLE SmApiPort,
|
||||
OUT PULONG pMuSessionId,
|
||||
IN PUNICODE_STRING CommandLine,
|
||||
OUT PHANDLE pWindowsSubSysProcessId,
|
||||
OUT PHANDLE pInitialCommandProcessId
|
||||
);
|
||||
|
||||
NTSTATUS
|
||||
NTAPI
|
||||
SmStopCsr(
|
||||
IN HANDLE SmApiPort,
|
||||
IN ULONG SessionId
|
||||
);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue