2.10.39 ExControlStgCompressedAtom

Referenced by: ExControlStg

An atom record that specifies information about the compressed storage for an ActiveX control.


0


1


2


3


4


5


6


7


8


9

1
0


1


2


3


4


5


6


7


8


9

2
0


1


2


3


4


5


6


7


8


9

3
0


1

rh

...

decompressedSize

pptControlStgCompressed (variable)

...

rh (8 bytes): A RecordHeader structure (section 2.3.1) that specifies the header for this record. Sub-fields are further specified in the following table.

Field

Meaning

rh.recVer

MUST be 0x0.

rh.recInstance

MUST be 0x001.

rh.recType

MUST be an RT_ExternalOleObjectStg.

decompressedSize (4 bytes): An unsigned integer that specifies the length, in bytes, of the storage after decompression.

pptControlStgCompressed (variable):  An array of bytes that specifies a compressed structured storage (described in [MSDN-COM]) for the ActiveX control. Office Forms ActiveX controls are specified in [MS-OFORMS]. The original bytes of the storage are compressed by the algorithm specified in [RFC1950] and are decompressed by the algorithm specified in [RFC1951]. The length, in bytes, of the field is specified by the following formula:

 rh.recLen – 4.