Typographic errors fixed and a function name changed.

svn path=/trunk/; revision=13461
This commit is contained in:
Emanuele Aliberti 2005-02-07 23:11:30 +00:00
parent 7a4e07b567
commit f390d143d5
3 changed files with 4 additions and 4 deletions

View file

@ -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;

View file

@ -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;

View file

@ -2,4 +2,4 @@ LIBRARY SMDLL.DLL
EXPORTS
SmCompleteSession@12
SmConnectApiPort@16
SmExecPgm@8
SmExecuteProgram@8