NWGetNumberNCPExtensions(3nw)


NWGetNumberNCPExtensions -- returns number of NCP extension handlers loaded on server

Synopsis

   #include <nwncpext.h> 
   or 
   #include <nwcalls.h> 
   

NWCCODE N_API NWGetNumberNCPExtensions( NWCONN_HANDLE conn, pnuint32 numNCPExtensions);

Description

The parameters are as follows:

conn
(IN) Indicates the NetWare server connection handle.

numNCPExtensions
(OUT) Points to the number of NCP extension handlers installed on the server.

Services

NCP Extension

NCP calls

0x2222 23 17 Get Server Info
0x2222 36 0 Scan Loaded NCP Extensions
0x2222 36 3 Get Number Of Loaded NCP Extensions

 
 0x2222   23   17   Get Server Info 
 0x2222   36   0    Scan Loaded NCP 
                    Extensions 
 0x2222   36   3    Get Number Of 
                    Loaded NCP 
                    Extensions 

References

NWGetNCPExtensionInfo(3nw), NWNCPExtensionRequest(3nw), NWFragNCPExtensionRequest(3nw), NWScanNCPExtensions(3nw), NWGetNCPExtensionInfoByName(3nw), NWGetNCPExtensionsList(3nw)
30 January 1998
© 1998 The Santa Cruz Operation, Inc. All rights reserved.