AsnObjectIdentifier

The AsnObjectIdentifier structure represents object identifiers. This structure is used by multiple SNMP functions. This structure is not used by the WinSNMP Manager API functions.

typedef struct { 
    UINT idLength;  // length of oid
    UINT * ids ;    // pointer to oid array
} AsnObjectIdentifier;
 

Members

idLength
Specifies the number of integers in the object identifier.
ids
Pointer to an array of integers that represents the object identifier.

Remarks

None.

QuickInfo

  Windows NT: Requires version 3.51 or later.
  Windows: Requires Windows 95 or later.
  Windows CE: Unsupported.
  Header: Declared in snmp.h.

See Also

Simple Network Management Protocol (SNMP) Overview, SNMP Structures