Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
Other versions of this page are also available for the following:
Windows Mobile Not Supported Windows Embedded CE Supported
8/28/2008

This function outputs the value of the Anyparameter to a string.

Syntax


VOID SnmpUtilPrintToStrAsnAny(
	OUT TCHAR *
szOut
,
  AsnAny *
pAny 

);

Parameters

szOut

[in] Pointer to the output buffer where the function writes the formatted string.

pAny

[in] Pointer to an AsnAnystructure for the output value.

Return Value

This function has no return values.

Remarks

The SnmpUtilPrintToStrAsnAnyis specific to Windows Embedded CE. It corresponds to the SnmpUtilPrintToAsnAnyfunction that is supported in Windows NT and Windows 95/98. Unlike SnmpUtilPrintAsnAny, SnmpUtilPrintToStrAsnAnydoes not automatically print the value of the Anyparameter to a standard output. SnmpUtilPrintToStrAsnAnyinstead prints the value to a string. Developers can choose which output the string should be printed to depending on whether the function is used for debugging or any other purposes.

Requirements

Header snmp.h
Library snmpapi.lib
Windows Embedded CE Windows CE 3.0 and later

See Also

Reference

AsnAny