Export Module PiPL Properties

This PiPL property is only applicable to Export plug-in modules. More...

Defines

#define PIExpFlagsProperty   0x65787066
 Indicates that the plug-in can see transparency data; key value is 'expf'.

Detailed Description

This PiPL property is only applicable to Export plug-in modules.


Define Documentation

#define PIExpFlagsProperty   0x65787066

Indicates that the plug-in can see transparency data; key value is 'expf'.

This property key reflects the ExportFlags property in the PiPL resource file. The value of the property has type FlagSet; a variable length bitstring in which the first member is represented by the most significant bit of the first byte, the eighth member is in the least significant bit of the first byte, etc. The length of the set is in the property's length field. Use PIExpSupportsTransparency to set the transparency flag.

Note:
Currenty only the transparency flag is supported.