Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Encoded-Array is used to encode an array in the Heap.
-
Encoded-Array = ArrayCount *EncodedValue ArrayCount = UINT32
Encoded-Array consists of a UINT32 value that specifies how many EncodedValue entries follow. Every element of an array MUST be of the same CimBaseType.
ArrayCount MUST be present, but there can be zero EncodedValue entries if ArrayCount is zero.