ITLogMsgCancel

 

int ITLogMsgCancel(HLOGMSG hLogMsg);

 

Purpose:

§      Cancel the underlying logmessage -- destroy it without sending it for output to the logchannel.

 

Parameters:

§      hLogMsg (Input): Handle to a logmessage

 

Return value:

§      1 if the logmessage was cancelled by this call

(That is, if ITLogMsgWillBeLogged was 1 before the call.)

§      0 otherwise

 

Notes:

§      After the operation ITLogMsgWillBeLogged is always 0.

 

See also:

§      ITLogMsgWillBeLogged

§      Creating logmessages