af75bd866d4e114fc3291e23a898228ed410f45e
[reactos.git] / reactos / lib / smdll / readme.txt
1 $Id$
2
3 This is SMDLL: a helper library to talk to the ReactOS session manager (SM).
4
5 It should be linked in the following components:
6
7 a) the SM itself, because it registers for managing native processes
8 IMAGE_SUBSYSTEM_NATIVE;
9
10 b) environment subsystem servers, because each one should register in
11 the SM its own subsystem (willing to manage those processes);
12
13 c) terminal emulators for optional subsystems, like posixw32 and os2w32,
14 to ask the SM to start the optional subsystem server they need connect to;
15
16 d) system and development utilites to debug/query the SM.
17
18 2004-02-15 ea