NWGetNCPExtensionInfo
Returns information about the specified NCP extension handler
#include <nwncpext.h>
or
#include <nwcalls.h>
NWCCODE N_API NWGetNCPExtensionInfo (
NWCONN_HANDLE conn,
nuint32 NCPExtensionID,
pnstr8 NCPExtensionName,
pnuint8 majorVersion,
pnuint8 minorVersion,
pnuint8 revision,
pnuint8 queryData);
uses calwin32
Function NWGetNCPExtensionInfo
(conn : NWCONN_HANDLE;
NCPExtensionID : nuint32;
NCPExtensionName : pnstr8;
majorVersion : pnuint8;
minorVersion : pnuint8;
revision : pnuint8;
queryData : pnuint8
) : NWCCODE;
These are common return values; see Return Values (Return Values for C) for more information.
If an NCP extension with an ID higher than the one submitted was found, and its data was returned, NWGetNCPExtensionInfo returns 0x89FE.