共用方式為


snmpVarBindList 結構 (snmp.h)

[SNMP 可用於需求一節中指定的作業系統。 它在後續版本中可能會變更或無法使用。 請改用 Windows 遠端管理,這是 WS-Man 的 Microsoft 實作。

SnmpVarBindList 結構代表 SNMP 變數系結清單。 此結構由多個SNMP函式使用。 WinSNMP API 函式不會使用此結構。

語法

typedef struct {
  SnmpVarBind *list;
  UINT        len;
} SnmpVarBindList;

成員

list

參考陣列以存取個別變數系結的指標。

len

包含清單中的變數係結數目。

規格需求

需求
最低支援的用戶端 Windows 2000 專業版 [僅限傳統型應用程式]
最低支援的伺服器 Windows 2000 Server [僅限傳統型應用程式]
標頭 snmp.h

另請參閱

SNMP 結構

Simple Network Management Protocol (SNMP) 概觀

SnmpVarBind