Compartilhar via


SnmpTfxClose

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(
  SnmpTfxHandle tfxHandle 
);

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

 Last updated on Saturday, April 10, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.