lFlags

Flags that indicate segmentation preference, whether to force segments to be 2-bit segments, and whether to search for background segments. You can use a bitwise OR (|) to specify one flag from each group.

The following are the flags that indicate the segmentation preference, and whether to force segments to be 2-bit segments:

SGM_FAVOR_ONEBIT

[0x0000] The prefer segments type upon the others is one bit.

SGM_FAVOR_TWOBIT

[0x0001] The prefer segments type upon the others is two bit.

SGM_FORCE_ONEBIT

[0x0002] Force all two-bit segment types to be two bit segments.

SGM_FORCE_TWOBIT

[0x0003] Force all one-bit segment types to be two bit segments.

The following are the flags that indicate whether to search for background segments:

SGM_WITHBKGRND

[0x0000] Search for background segments.

SGM_WITHOUTBKGRND

[0x0010] Do not search for background segments.