The SnmpMgrStrToOid function converts an internal object identifier to a string object identifier or object descriptor representation.
BOOL SnmpMgrOidToStr(
AsnObjectIdentifier *oid, |
// object identifier to convert |
LPSTR *string |
// string object identifier representation |
); |
If the function succeeds, the return value is nonzero.
If the function fails, the return value is zero. This function may return Windows Sockets error codes.
This function looks for the file MIB.BIN. If it does not find the file, it generates an error.