(IN) Indicates the NetWare server connection handle.
NCPExtensionID
(IN) Indicates the ID of the NCP extension handler to use for the request.
requestData
(IN) Points to a buffer containing request data.
requestDataLen
(IN) Indicates the length of request data.
replyData
(OUT) Points to a buffer to receive reply data (can be the same buffer as request data; optional if no request data is expected).
replyDataLen
(IN/OUT) Points to amount of data expected and how much data was returned (optional if no request data is expected).
Notices
NWNCPExtensionRequest should be used only if the send size is
511 bytes or less, and the receive size is 100 bytes or less. On 4.0,
NWNCPExtensionRequest should be used only if the receive size is
523 bytes or less.
If either of these limits is exceeded, NWNCPExtensionRequest will
send the packets via NWFragNCPExtensionRequest.