The SnmpMgrStrToOid function converts a string object identifier or object descriptor representation to an internal object identifier.
BOOL SnmpMgrStrToOid(
|
LPSTR string, |
// string object identifier to be converted |
|
AsnObjectIdentifier *oid |
// object identifier internal representation |
|
); |
If the function succeeds, the return value is nonzero.
If the function fails, the return value is zero. This function does not return Windows Sockets error codes.
The SnmpMgrStrToOid function looks for the file MIB.BIN. If the function does not find the file, it generates an error.
If an application passes a valid object identifier to SnmpMgrStrToOid, yet is unable to obtain the requested variable, then the syntax of the system group and object identifier is incorrect. This occurs because SnmpMgrStrToOid assumes that the object identifier is under the Internet MIB of the management subtree.
You must always precede the object identifier with a period (.) to obtain the correct system group (for example, “.1.3.6.1.2.1.1”). If an application passes the variable “1.3.6.1.2.1.1”, SnmpMgrStrToOid cannot interpret the object identifier correctly.
See also:
| file: /Techref/os/win/api/win32/func/src/f86_6.htm, 2KB, , updated: 2000/4/7 12:19, local time: 2012/5/25 11:03,
38.107.179.232:LOG IN |
| ©2012 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://www.piclist.com/techref/os/win/api/win32/func/src/f86_6.htm"> SnmpMgrStrToOid</A> |
| Did you find what you needed? |
|
o List host: MIT, Site host massmind.org, Top posters @20120525 RussellMc, IVP, alan.b.pearce, cdb, V G, Isaac Marino Bavaresco, Electron, John Gardner, Carl Denk, Dwayne Reid, * Page Editors: James Newton, David Cary, and YOU! * Roman Black of Black Robotics donates from sales of Linistep stepper controller kits. * Ashley Roll of Digital Nemesis donates from sales of RCL-1 RS232 to TTL converters. * Monthly Subscribers: None at this time. on-going support is MOST appreciated! * Contributors: Richard Seriani, Sr. |
|
.