2.2.2.2.2.5 PictureFormatData Structure
The PictureFormatData structure provides the DIB data for the user tile image described by the UserTileData structure (section 2.2.2.2.2.1).
PictureFormatData is a PictureElement structure (section 2.2.2.2.2.2) type that has the following format.
|
|
|
|
|
|
|
|
|
|
1 |
|
|
|
|
|
|
|
|
|
2 |
|
|
|
|
|
|
|
|
|
3 |
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
0x42 |
0x4D |
Length |
|||||||||||||||||||||||||||||
|
... |
0x00 |
0x00 |
|||||||||||||||||||||||||||||
|
0x00 |
0x00 |
Offset |
|||||||||||||||||||||||||||||
|
... |
DeviceIndependentBitmap (variable) |
||||||||||||||||||||||||||||||
|
... |
|||||||||||||||||||||||||||||||
Length (4 bytes): A 32-bit unsigned integer that MUST indicate the length, in bytes, of this structure.
Offset (4 bytes): A 32-bit unsigned integer that MUST indicate the offset, in bytes, from the beginning of this structure to the DeviceIndependentBitmap field.
DeviceIndependentBitmap (variable): An image stored in DIB format as defined in [MS-WMF] section 2.2.2.9.