(IN) Specifies the server connection handle which is being managed.
(IN) Points to the unload command for the NLM. It must be
NULL terminated; maximum length is 482 bytes.
Return values
0x0000
SUCCESS
0x8801
INVALID_CONNECTION
0x89FB
ERR_NCP_NOT_SUPPORTED
0x899E
INVALID_FILENAME
Notices
You must be logged into connHandle, be permanently authenticated,
and have console operator rights at the minimum to call NWSMUnloadNLM.
loadCommand can be any string that is valid for the
UNLOAD command on the console (except it does not include the
actual UNLOAD command). It contains the NLM name
(including the path if it is not in the server path).
The UNLOAD command has the following format:
NLMname{.ext}
NWSMUnloadNLM does not support UNC paths.
The NLM does not have to include the extensions. .NLM
will be assumed if the extensions are not included.