![Netscape ENTERPRISE SERVER 6.1 Скачать руководство пользователя страница 190](http://html1.mh-extra.com/html/netscape/enterprise-server-6-1/enterprise-server-6-1_manual_1674653190.webp)
NSAPI Functions (in Alphabetical Order)
190
Netscape Enterprise Server NSAPI Programmer’s Guide • April 2002 (Draft)
Syntax
char *system_unix2local(char *path, char *lp);
Returns
A pointer to the local file system path string
Parameters
char *path
is the UNIX-style pathname to be converted.
char *lp
is the local pathname.
You must allocate the parameter
lp
, and it must contain enough space to hold the
local pathname.
See also
system_fclose, system_flock, system_fopenRO, system_fopenRW,
system_fopenWA, system_fwrite
systhread_attach
The
systhread_attach
function makes an existing thread into a
platform-independent thread.
Syntax
SYS_THREAD systhread_attach(void);
Returns
A
SYS_THREAD
pointer to the platform-independent thread.
Parameters
none.
See also
systhread_current, systhread_getdata, systhread_init,
systhread_newkey, systhread_setdata, systhread_sleep,
systhread_start, systhread_timerset
systhread_current
The
systhread_current
function returns a pointer to the current thread.
Syntax
SYS_THREAD systhread_current(void);
Содержание ENTERPRISE SERVER 6.1
Страница 1: ...NSAPI Programmer s Guide Netscape Enterprise Server Version6 1 April 2002 Draft...
Страница 18: ...Where to Find Related Information 18 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Страница 138: ...CGI to NSAPI Conversion 138 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Страница 214: ...NSAPI Functions in Alphabetical Order 214 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Страница 290: ...Miscellaneous 290 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Страница 310: ...The Netscape LDAP Schema 310 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Страница 318: ...cinfo 318 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Страница 324: ...Sample MIME Types File 324 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Страница 336: ...Buffered Streams 336 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Страница 344: ...344 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Страница 350: ...350 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Страница 356: ...356 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...