VOID PATHOBJ_vEnumStart(
IN PATHOBJ *ppo | |
); |
PATHOBJ_vEnumStart notifies a given PATHOBJ that the driver will be calling PATHOBJ_bEnum to enumerate lines and/or curves in the path.
Parameters
ppo
Points to a PATHOBJ structure whose lines and/or curves are to be enumerated.
Comments
PATHOBJ_vEnumStart can be called at any time to restart an enumeration.