MIB_OPAQUE_QUERY structure (iprtrmib.h)

The MIB_OPAQUE_QUERY structure contains information for a MIB opaque query.

Syntax

typedef struct _MIB_OPAQUE_QUERY {
  DWORD dwVarId;
  DWORD rgdwVarIndex[ANY_SIZE];
} MIB_OPAQUE_QUERY, *PMIB_OPAQUE_QUERY;

Members

dwVarId

The identifier of the MIB object to query.

rgdwVarIndex[ANY_SIZE]

The index of the MIB object to query.

Requirements

Requirement Value
Minimum supported client None supported
Minimum supported server Windows 2000 Server [desktop apps only]
Header iprtrmib.h (include Iphlpapi.h)

See also

MIB_OPAQUE_INFO