SnmpTfxClose (Windows CE 5.0)
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
VOID WINAPI SnmpTfxClose(SnmpTfxHandletfxHandle );
Parameters
- tfxHandle
Handle to the context for the current MIB View, which is returned from the SnmpTfxOpen function call.
Return Values
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
OS Versions: Windows CE 3.0 and later.
Header: Snmpexts.h.
Link Library: Snmpapi.lib.
See Also
SnmpTfxOpen | SnmpTfxQuery | SnmpExtensionClose
Send Feedback on this topic to the authors