1NWCALLSINIT(3NCP) Netware Calls Library NWCALLSINIT(3NCP)
2
3
4
6 NWCallsInit - initializes NCP library
7
9 #include <nwcalls.h>
10
11 NWCCODE NWCallsInit(void* p1, void* p2);
12
13
15 You must call this function as first function from program using libncp
16 library. p1 and p2 are reserved and must be passed as NULL to this
17 function.
18
19
21 Function returns zero on success and non-zero on failure. See nwer‐
22 rors(3ncp) for libncp error codes.
23
24
26 None known.
27
28
30 nwerrors(3ncp), NWCallsTerm(3ncp)
31
32
33
34libncp (>= 2.2.0.14) 04/13/1999 NWCALLSINIT(3NCP)