|  | Overview |  | 
|  | 
|  | Group |  | 
|  | 
|  | Quick Info 
 | Windows NT 
 | Yes 
 |  | Win95 
 | No 
 |  | Win32s 
 | No 
 |  | Import Library 
 | snmp.lib 
 |  | Header File 
 | snmp.h 
 |  | Unicode 
 | No 
 |  | Platform Notes 
 | None 
 | 
 |  | 
 
SnmpUtilOidCmp
The 
SnmpUtilOidCmp function compares two object identifiers.
SNMPAPI SnmpUtilOidCmp(
| AsnObjectIdentifier *ObjIdA, 
 | // first object identifier 
 | 
| AsnObjectIdentifier *ObjIdB 
 | // second object identifier 
 | 
| ); 
 | 
 | 
 
Parameters
ObjIdA
[in] Points to an 
AsnObjectIdentifier structure to compare.
ObjIdB
[in] Points to an 
AsnObjectIdentifier structure to compare.
 
Return Values
The function returns a value greater than zero if 
ObjIdA is greater than 
ObjIdB, zero if 
ObjIdA equals 
ObjIdB, and less than zero if 
ObjIdA is less than 
ObjIdB. 
Remarks
The 
SnmpUtilOidCmp function calls the 
SnmpUtilOidNCmp function.
See Also 
SnmpUtilOidNCmp
			
				- Software for developers
				
- 
				Delphi Components
 .Net Components
 Software for Android Developers
- More information resources
				
- 
				MegaDetailed.Net
 Unix Manual Pages
 Delphi Examples