NWGetNumberNCPExtensions

Returns the number of NCP extension handlers loaded on the specified server

Local Servers:blocking
Remote Servers:blocking
NetWare Server: 3.11, 3.12, 3.2, 4.x, 5.x, 6.x
Platform:NLM, Windows NT
Library:Cross-Platform NetWare Calls (CAL*.*)
Service:NCP Extension

Syntax

  #include <nwncpext.h> 
  or 
  #include <nwcalls.h> 
   
  NWCCODE N_API  NWGetNumberNCPExtensions ( 
     NWCONN_HANDLE   conn,  
     pnuint32        numNCPExtensions);
  

Delphi Syntax

  uses calwin32 
   
  Function NWGetNumberNCPExtensions 
    (conn : NWCONN_HANDLE; 
     numNCPExtensions : pnuint32 
  ) : NWCCODE;
  

Parameters

conn
(IN) Specifies the NetWare server connection handle.
numNCPExtensions
(OUT) Points to the number of NCP extension handlers installed on the server.

NCP Calls

See Also

NWGetNCPExtensionInfo, NWNCPExtensionRequest, NWFragNCPExtensionRequest, NWScanNCPExtensions, NWGetNCPExtensionInfoByName, NWGetNCPExtensionsList