|
| |
NTpageResetMsg(MsgID, RetMsg)
long far pascal NTpageResetMsg(long msgid,char *retmsg)
Description:
Resets the particular message at the NTpage Server. If a message has failed, this will in essence re-submit it so that the server will try again.
Parameters:
MsgID - (passed as a LONG not as a String) This is the way it is returned from various Send commands The message handle or ID returned from one of the sending functions.
RetMsg - (OUTPUT) String describing return code.
Return Values:
0 Successful
-1 Error (check RetMsg)
|