SnmpUtilPrintToStrAsnAny
This 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
OS Versions: Windows CE 3.0 and later.
Header: Snmp.h.
Link Library: Snmpapi.lib.
See Also
Last updated on Saturday, April 10, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.