![Netscape ENTERPRISE SERVER 6.1 Manual Download Page 311](http://html1.mh-extra.com/html/netscape/enterprise-server-6-1/enterprise-server-6-1_manual_1674653311.webp)
311
Appendix
A
Data Structure Reference
NSAPI uses many data structures which are defined in the
nsapi.h
header file,
which is in the directory server-root
/plugins/include
.
The NSAPI functions described in Chapter 5, “NSAPI Function Reference,”
provide access to most of the data structures and data fields. Before directly
accessing a data structure in
naspi.h
, check if an accessor function exists for it.
For information about the privatization of some data structures in iPlanet Web
Server 4.
x
, see “Privatization of Some Data Structures,” on page 312.
The rest of this chapter describes some of the frequently used public data structures
in
nsapi.h
for your convenience. Note that only the most commonly used fields
are documented here for each data structure; for complete details look in
nsapi.h
.
•
session
•
pblock
•
pb_entry
•
pb_param
•
Session->client
•
request
•
stat
•
shmem_s
•
cinfo
Summary of Contents for ENTERPRISE SERVER 6.1
Page 1: ...NSAPI Programmer s Guide Netscape Enterprise Server Version6 1 April 2002 Draft...
Page 290: ...Miscellaneous 290 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Page 318: ...cinfo 318 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Page 336: ...Buffered Streams 336 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Page 344: ...344 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Page 350: ...350 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Page 356: ...356 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...