2.2.14.3 WBEMOBJECT_INSTANCE Structure
The WBEMOBJECT_INSTANCE structure MUST contain a complete CIM instance.
|
|
|
|
|
|
|
|
|
|
1 |
|
|
|
|
|
|
|
|
|
2 |
|
|
|
|
|
|
|
|
|
3 |
|
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
dwSizeOfHeader |
|||||||||||||||||||||||||||||||
dwSizeOfData |
|||||||||||||||||||||||||||||||
classID (16 bytes) |
|||||||||||||||||||||||||||||||
... |
|||||||||||||||||||||||||||||||
... |
|||||||||||||||||||||||||||||||
ObjectData (variable) |
|||||||||||||||||||||||||||||||
... |
dwSizeOfHeader (4 bytes): The size, in bytes, of the header, which MUST be 0x00000018.
dwSizeOfData (4 bytes): The size, in bytes, of the data that follows the header.
classID (16 bytes): The unique identifier of the CIM class type.
ObjectData (variable): Contains the string of bytes that represent the CIM instance, encoded as EncodingUnitObjectBlock, as specified in [MS-WMIO] section 2.2.2.