PATHOBJ_vEnumStart function (winddi.h)
The PATHOBJ_vEnumStart function notifies a given PATHOBJ structure that the driver will be calling PATHOBJ_bEnum to enumerate lines and/or curves in the path.
Syntax
ENGAPI VOID PATHOBJ_vEnumStart(
PATHOBJ *ppo
);
Parameters
ppo
Pointer to a PATHOBJ structure whose lines and/or curves are to be enumerated.
Return value
None
Remarks
PATHOBJ_vEnumStart can be called at any time to restart an enumeration.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Available in Windows 2000 and later versions of the Windows operating systems. |
Target Platform | Universal |
Header | winddi.h (include Winddi.h) |
Library | Win32k.lib |
DLL | Win32k.sys |