原文来自MSDN Library for Visual Studio 2008 SP1,翻译部分仅为个人观点,想要看更多信息请看MSDN,如有版权问题请联系QQ 643166601,邮件643166601@qq.com
SnmpUtilOidFree Function
The SnmpUtilOidFree function frees the memory allocated for the specified object identifier.
这个SnmpUtilOidFree函数释放为指定对象标识符申请的内存。
This function is an element of the SNMP Utility API.
这个函数是SNMP实用程序API中的一个元素。
Syntax
void SnmpUtilOidFree(
__inout AsnObjectIdentifier* pOid
);
Parameters
pOid
Pointer to an AsnObjectIdentifier structure whose memory should be freed.
指针指向 AsnObjectIdentifier 结构体它的内存应该被释放。
Return Value
This function does not return a value.
这个函数不返回一个值。
Requirements
Client Requires Windows Vista, Windows XP, Windows 2000 Professional, Windows NT Workstation, Windows Me, Windows 98, or Windows 95.
Server Requires Windows Server 2008, Windows Server 2003, Windows 2000 Server, or Windows NT Server.
Header Declared in Snmp.h.
Library Use Snmpapi.lib.
DLL Requires Snmpapi.dll.
See Also
Simple Network Management Protocol (SNMP) Overview
SNMP Functions
SnmpUtilOidAppend
Send comments about this topic to Microsoft
Build date: 3/8/2008