SnmpUtilOidNCmp function
[SNMP is available for use in the operating systems specified in the Requirements section. It may be altered or unavailable in subsequent versions. Instead, use Windows Remote Management, which is the Microsoft implementation of WS-Man.]
The SnmpUtilOidNCmp function compares two object identifiers. The function compares the subidentifiers in the variables until it reaches the number of subidentifiers specified by the nSubIds parameter. SnmpUtilOidNCmp is an element of the SNMP Utility API.
Syntax
SNMPAPI SnmpUtilOidNCmp( _In_ AsnObjectIdentifier *pOid1, _In_ AsnObjectIdentifier *pOid2, _In_ UINT nSubIds );
Parameters
- pOid1 [in]
-
Pointer to an AsnObjectIdentifier structure to compare.
- pOid2 [in]
-
Pointer to a second AsnObjectIdentifier structure to compare.
- nSubIds [in]
-
Specifies the number of subidentifiers to compare.
Return value
The function returns a value greater than zero if pOid1 is greater than pOid2, zero if pOid1 equals pOid2, and less than zero if pOid1 is less than pOid2.
Requirements
|
Minimum supported client | Windows 2000 Professional [desktop apps only] |
|---|---|
|
Minimum supported server | Windows 2000 Server [desktop apps only] |
|
Header |
|
|
Library |
|
|
DLL |
|
See also
Send comments about this topic to Microsoft
Build date: 10/30/2012