flOptions (ULONG) - input
Outline
path flags.
Possible values are:
OPTH_NO_CLIPPING_REQD
The graphics engine will outline
the path without clipping and line attributes set. This value can be used
for devices that have hardware support for area fills with at least simple
clipping. This output will be sent to the presentation driver via GreDrawLinesInPath
for each subpath. This flag should only be used with the graphics engine
version number 0x202 or later (see GreQueryEngineVersion).
OPTH_QRY_PATH_POINTS
Returns
the number of points in a path. The path is not deleted. This flag should
only be used with the graphics engine version number 0x202 or later (see
GreQueryEngineVersion).
[Back: GreOutlinePath Parameter - idPath]
[Next: GreOutlinePath Parameter - pInstance]