SnmpUtilPrintToStrAsnAny

The SnmpUtilPrintToStrAsnAny function outputs the value of the Any parameter to a string.

VOID SnmpUtilPrintToStrAsnAny(
AsnAny *pAny );

Parameters

  • pAny
    [in] Pointer to an AsnAny structure for the output value.

Return Values

This function has no return values.

Remarks

The SnmpUtilPrintToStrAsnAny is specific to Windows CE. It corresponds to the SnmpUtilPrintToAsnAny function that is supported in Windows NT and Windows 95/98. Unlike SnmpUtilPrintAsnAny, SnmpUtilPrintToStrAsnAny does not automatically print the value of the Any parameter to a standard output. SnmpUtilPrintToStrAsnAny instead 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

Runs on Versions Defined in Include Link to
Windows CE OS 3.0 and later Snmp.h   Snmpapi.lib

Note   This API is part of the complete Windows CE OS package as provided by Microsoft. The functionality of a particular platform is determined by the original equipment manufacturer (OEM) and some devices may not support this API.

See Also

AsnAny

 Last updated on Tuesday, July 13, 2004

© 1992-2000 Microsoft Corporation. All rights reserved.