NWGetNCPExtensionInfoByName(3nw)


NWGetNCPExtensionInfoByName -- returns information for NCP extension handler

Synopsis

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

NWCCODE N_API NWGetNCPExtensionInfoByName( NWCONN_HANDLE conn, pnstr8 NCPExtensionName, pnuint32 NCPExtensionID, pnuint8 majorVersion, pnuint8 minorVersion, pnuint8 revision, pnuint8 queryData);

Description

The parameters are as follows:

conn
(IN) Indicates the NetWare server connection handle.

NCPExtensionName
(IN) Points to a buffer to receive NCP extension name (33 bytes, optional).

NCPExtensionID
(OUT) Points to the ID of the NCP extension handler for which to get information.

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 a 32-byte buffer of custom information the NCP extension handler can optionally use (optional).

Services

NCP Extension

NCP calls

0x2222 23 17 Get File Server Information
0x2222 36 00 Scan NCP Extensions
0x2222 36 02 Scan Currently Loaded NCP Extensions By Name

 
 0x2222   23   17   Get File Server 
                    Information 
 0x2222   36   00   Scan NCP 
                    Extensions 
 0x2222   36   02   Scan Currently 
                    Loaded NCP 
                    Extensions By 
                    Name 

References

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