MIB_OPAQUE_INFO (Compact 2013)
3/26/2014
This 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
A pointer to the information returned from the opaque query.
Requirements
Header |
ws2def.h, |