NWGetNCPExtensionsList(3nw)
NWGetNCPExtensionsList --
returns list of NCP extension handlers loaded on server
Synopsis
#include <nwncpext.h>
or
#include <nwcalls.h>
NWCCODE N_API NWGetNCPExtensionsList(
NWCONN_HANDLE conn,
pnuint32 startNCPExtensionID,
pnuint16 itemsInList,
pnuint32 NCPExtensionIDList);
Description
The parameters are as follows:
- conn
-
(IN) Indicates the NetWare server connection handle.
- startNCPExtensionID
-
(IN) Points to the next extension ID to use to obtain a list.
- itemsInList
-
(OUT) Points to the number of NCP extension handler IDs.
- NCPExtensionIDList
-
(OUT) Points to a buffer to receive list of NCP extension handler IDs
(512 bytes or 4 times the number of NCP extension IDs, whichever is less).
Notices
If there are more than 128 extension handlers loaded, call
NWGetNCPExtensionsList multiple times.
Set startNCPExtensionID to 0 for the first iteration.
NWGetNCPExtensionsList returns the next value to use.
Services
NCP Extension
NCP calls
0x2222
|
23
|
17
|
Get File Server Information
|
0x2222
|
36
|
0
|
Scan Loaded NCP Extensions
|
0x2222
|
36
|
04
|
Get NCP Extension Loaded List
|
References
NWGetNCPExtensionInfo(3nw),
NWNCPExtensionRequest(3nw),
NWFragNCPExtensionRequest(3nw),
NWScanNCPExtensions(3nw),
NWGetNCPExtensionInfoByName(3nw),
NWGetNumberNCPExtensions(3nw)
30 January 1998
© 1998 The Santa Cruz Operation, Inc. All rights reserved.