MIB_OPAQUE_INFO structure (iprtrmib.h)
The MIB_OPAQUE_INFO structure contains information returned from a MIB opaque query.
Syntax
typedef struct _MIB_OPAQUE_INFO {
DWORD dwId;
union {
ULONGLONG ullAlign;
BYTE rgbyData[1];
};
} MIB_OPAQUE_INFO, *PMIB_OPAQUE_INFO;
Members
dwId
The type of information returned.
ullAlign
The number of bytes that align the information returned.
rgbyData[1]
A pointer to the information returned from the opaque query.
Requirements
Requirement | Value |
---|---|
Minimum supported client | None supported |
Minimum supported server | Windows 2000 Server [desktop apps only] |
Header | iprtrmib.h (include Iphlpapi.h) |