NWNetInit(3nw)


NWNetInit -- does the initial setup that is necessary before calling any other DS functions

Synopsis

   #include <nwdsmisc.h> 
   

NWDSCCODE N_API NWNetInit (nptr in, nptr out);

Description

The parameters are as follows:

in
(IN) Points to the input parameter value.

out
(OUT) Points to the output parameter value..

Return values

0x0000
SUCCESS

Non-zero Value
Error

Notices

NWNetInit initializes the NDS library. Both of the parameters, in and out, should be NULL when NWNetInit is called.

Services

Directory

NCP calls

None

References

NWNetTerm(3nw)
30 January 1998
© 1998 The Santa Cruz Operation, Inc. All rights reserved.