次の方法で共有


AsnObjectIdentifier (Compact 2013)

3/26/2014

This structure represents object identifiers. This structure is not used by the WinSNMP API functions.

Syntax

typedef struct {
  UINT idLength;
  UINT* ids;
} AsnObjectIdentifier;

Members

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

Requirements

Header

snmp.h

See Also

Reference

SNMP Structures