다음을 통해 공유


AsnObjectIdentifier (Windows CE 5.0)

Send Feedback

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

typedef struct {UINTidLength;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

OS Versions: Windows CE 3.0 and later.
Header: Snmp.h.

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.