mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
Typographic errors fixed and a function name changed.
svn path=/trunk/; revision=13461
This commit is contained in:
parent
7a4e07b567
commit
f390d143d5
3 changed files with 4 additions and 4 deletions
|
@ -12,7 +12,7 @@
|
|||
#include <string.h>
|
||||
|
||||
NTSTATUS STDCALL
|
||||
SmExecPgm (HANDLE hSmApiPort, PUNICODE_STRING Pgm)
|
||||
SmExecuteProgram (HANDLE hSmApiPort, PUNICODE_STRING Pgm)
|
||||
{
|
||||
NTSTATUS Status;
|
||||
SM_PORT_MESSAGE SmReqMsg;
|
||||
|
|
|
@ -4,11 +4,11 @@ This is SMDLL: a helper library to talk to the ReactOS session manager (SM).
|
|||
|
||||
It should be linked in the following components:
|
||||
|
||||
a) the SM itself, because iy registers for managing native processes
|
||||
a) the SM itself, because it registers for managing native processes
|
||||
IMAGE_SUBSYSTEM_NATIVE;
|
||||
|
||||
b) environment subsystem servers, because each one should register in
|
||||
the SM its own subsystem (willing to manageg those processes);
|
||||
the SM its own subsystem (willing to manage those processes);
|
||||
|
||||
c) terminal emulators for optional subsystems, like posixw32 and os2w32,
|
||||
to ask the SM to start the optional subsystem server they need connect to;
|
||||
|
|
|
@ -2,4 +2,4 @@ LIBRARY SMDLL.DLL
|
|||
EXPORTS
|
||||
SmCompleteSession@12
|
||||
SmConnectApiPort@16
|
||||
SmExecPgm@8
|
||||
SmExecuteProgram@8
|
||||
|
|
Loading…
Reference in a new issue