Platform SDK: Network Management

SnmpUtilPrintAsnAny

The SnmpUtilPrintAsnAny function prints the value of the Any parameter to the standard output. This function is an element of the SNMP Utility API.

VOID SnmpUtilPrintAsnAny(
  AsnAny *pAny  // pointer to value to print
);

Parameters

pAny
[in] Pointer to an AsnAny structure for a value to print.

Return Values

None.

Remarks

Use the SnmpUtilPrintAsnAny function for debugging and development purposes. This function does not generally print the data in a form that a manager application would typically need.

Requirements

  Windows NT/2000: Requires Windows NT 3.1 or later.
  Windows 95/98: Requires Windows 95 or later.
  Header: Declared in Snmp.h.
  Library: Use Snmpapi.lib.

See Also

Simple Network Management Protocol (SNMP) Overview, SNMP Functions, AsnAny