bEnhanced
Address of the Boolean variable to be updated with a flag that indicates whether the retrieved metafile is enhanced or not. Possible values are:
Value |
Meaning |
TRUE |
The retrieved metafile is an enhanced metafile. |
FALSE |
The retrieved metafile is a windows metafile. |
In C++, declare the variable and pass its address. In most other languages, pass the variable by reference.