mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
Typographic errors fixed and a function name changed.
svn path=/trunk/; revision=13461
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user