SnmpTfxClose (Compact 2013)
3/26/2014
This function closes the SnmpTfx framework application. This function is an element of the SNMPTfx API. It must be called from the SnmpExtensionClose subagent routine
Syntax
VOID WINAPI SnmpTfxClose(
SnmpTfxHandle tfxHandle
);
Parameters
- tfxHandle
Handle to the context for the current MIB View, which is returned from the SnmpTfxOpen function call.
Return Value
This function has no return values.
Remarks
You should call the SnmpTfxClose function while the SnmpExtensionClose function is being called. Calling the SnmpTfxClose function causes the SnmpTfx framework to release all memory associated with the context of the MIB View.
Requirements
Header |
snmpexts.h |
Library |
snmpapi.lib |