| Herd Software Development
|=
DaVinci Graphics Library
|==
DaVinci Documentation Home Search Order


The import format selection flag

The dwFlags member of the DAVPARAMS structure is used to specify the Windows API type of graphics representation used as a result of an import process. The following flags are used for specifying the format:

IPF_DIB ipImportInd (import can return a DIB)

IPF_META ipImportInd (import can return a metafile)

IPF_ENH ipImportInd (import can return an enhanced metafile; only available with the 32 bit libraries)

At least one of these flags must be used in this member.