NWScanNCPExtensions

Scans the server for NCP extension handlers

NetWare Server:4.x, 5.x, 6.x
Platform:Windows NT
Library:Cross-Platform NetWare Calls (CAL*.*)
Service:NCP Extension

Syntax

  #include <nwncpext.h> 
  or 
  #include <nwcalls.h> 
   
  NWCCODE N_API  NWScanNCPExtensions ( 
     NWCONN_HANDLE   conn,  
     pnuint32        NCPExtensionID,  
     pnstr8          NCPExtensionName,  
     pnuint8         majorVersion,  
     pnuint8         minorVersion,  
     pnuint8         revision,  
     pnuint8         queryData);
  

Delphi Syntax

  uses calwin32 
   
  Function NWScanNCPExtensions 
    (conn : NWCONN_HANDLE; 
     NCPExtensionID : pnuint32; 
     NCPExtensionName : pnstr8; 
     majorVersion : pnuint8; 
     minorVersion : pnuint8; 
     revision : pnuint8; 
     queryData : pnuint8 
  ) : NWCCODE;
  

Parameters

conn
(IN) Specifies the NetWare server connection handle.
NCPExtensionID
(IN/OUT) Points to the ID of the NCP extension handler for which to get information (set to -1 initially).
NCPExtensionName
(OUT) Points to the 32-byte buffer to receive the NCP extension name (optional).
majorVersion
(OUT) Points to the major version number of the NCP extension handler (optional).
minorVersion
(OUT) Points to the minor version number of the NCP extension handler (optional).
revision
(OUT) Points to the revision number of the NCP extension handler (optional).
queryData
(OUT) Points to the 32-byte buffer of custom information the NCP extension handler can use (optional).

NCP Calls

See Also

NWGetNCPExtensionInfo, NWNCPExtensionRequest, NWFragNCPExtensionRequest, NWGetNCPExtensionInfoByName, NWGetNCPExtensionsList, NWGetNumberNCPExtensions