HrMonUninit

The HrMonUninit function closes down the monitoring of the gateway.

Quick Info

Header file: MONITOR.H
Library: MONITOR.LIB

HRESULT HrMonUninit(
  VOID  
);
 

Parameters

None.

Return Values

See Return Values.

Remarks

HrMonUninit is typically called at gateway shutdown.

For more information on this function, see Monitor Sampling Functions and the HrMonUninit function in MONITOR.C under the MONITOR code sample in Code Samples folder.

See Also

HrMonInit