다음을 통해 공유


SnmpVarBindList (Windows CE 5.0)

Send Feedback

This structure represents an SNMP variable bindings list. This structure is used by multiple SNMP functions. This structure is not used by the WinSNMP API functions.

typedef struct {SnmpVarBind* list;UINTlen;}SnmpVarBindList;

Members

  • list
    A pointer that references an array to access individual variable bindings.
  • len
    Contains the number of variable bindings in the list.

Requirements

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

See Also

SnmpVarBind

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.