PATHOBJ_vEnumStart (Windows CE 5.0)

Send Feedback

This function notifies a specified PATHOBJ structure that the driver is to call the PATHOBJ_bEnum function to enumerate lines or curves in the path.

VOID PATHOBJ_vEnumStart(  PATHOBJ* ppo);

Parameters

  • ppo
    [in] Pointer to a PATHOBJ structure that contains lines or curves to enumerate.

Return Values

None.

Remarks

You can call the PATHOBJ_vEnumStart function to restart an enumeration.

Requirements

OS Versions: Windows CE 1.0 and later.
Header: Winddi.h.
Link Library: Ddi_ati_lib.lib, Ddi_flat_lib.lib, Ddi_gx_lib.lib, Ddi_mq200_lib.lib, Ddi_nop_lib.lib, Ddi_rflat_lib.lib, Ddi_rgx_lib.lib, or Ddi_tvia5_lib.lib.

See Also

GDI Functions for Display Drivers | PATHOBJ_bEnum

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.