Share via


SnmpTfxClose (Windows Embedded CE 6.0)

1/6/2010

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
Windows Embedded CE Windows CE 3.0 and later

See Also

Reference

SNMP Functions
SnmpTfxOpen
SnmpTfxQuery
SnmpExtensionClose