NWNCPSend
Sends an NCP request to a currently connected server
#include <nlm\nwconn.h>
int NWNCPSend (
BYTE functionCode,
const void *sendPacket,
WORD sendLen,
void *replyBuf,
WORD replyLen);
ESUCCESS or NetWare errors.
An NCP request consists of function code and a request buffer that contains input information needed to process the request.