Init SAFs
252
Netscape Enterprise Server NSAPI Programmer’s Guide • November 2001
Examples
nt-console-init
Applicable in
Init
-class directives.
The
nt-console-init
function enables the Windows NT console, which is the
command-line shell that displays standard output and error streams.
Parameters
Example
funcs
is a comma separated list of the names of the functions in the
shared library or dynamic link library to be made available
for use by other
Init
directives or by
Service
directives in
obj.conf
. The list should not contain any spaces. The dash
(-) character may be used in place of the underscore (_)
character in function names.
NativeThread
(optional) specifies which threading model to use.
no
causes the routines in the library to use user-level
threading.
yes
enables kernel-level threading. The default is
yes
.
pool
the name of a custom thread pool, as specified in
thread-pool-init
.
Init fn=load-modules shlib="C:/mysrvfns/corpfns.dll"
funcs="moveit"
Init fn=load-modules shlib="/mysrvfns/corpfns.so"
funcs="myinit,myservice"
Init fn=myinit
stderr
Directs error messages to the Windows NT console. The
required and only value is
console
.
stdout
Directs output to the Windows NT console. The required
and only value is
console
.
Init fn="nt-console-init" stdout=console stderr=console
Summary of Contents for ENTERPRISE SERVER 6.0
Page 1: ...NSAPI Programmer s Guide Netscape Enterprise Server Version6 0 November 2001...
Page 134: ...CGI to NSAPI Conversion 134 Netscape Enterprise Server NSAPI Programmer s Guide November 2001...
Page 306: ...cinfo 306 Netscape Enterprise Server NSAPI Programmer s Guide November 2001...
Page 312: ...Sample MIME Types File 312 Netscape Enterprise Server NSAPI Programmer s Guide November 2001...
Page 324: ...Buffered Streams 324 Netscape Enterprise Server NSAPI Programmer s Guide November 2001...
Page 332: ...332 Netscape Enterprise Server NSAPI Programmer s Guide November 2001...
Page 340: ...340 Netscape Enterprise Server NSAPI Programmer s Guide November 2001...
Page 346: ...346 Netscape Enterprise Server NSAPI Programmer s Guide November 2001...
Page 352: ...352 Netscape Enterprise Server NSAPI Programmer s Guide November 2001...