PATHOBJ_bMoveTo

BOOL PATHOBJ_bMoveTo(

    IN PATHOBJ  *ppo,
   IN POINTFIX  ptfx
  );

PATHOBJ_bMoveTo sets the current position in a given path.

Parameters

ppo

Points to a PATHOBJ structure created by the driver.

ptfx

Points to a POINTFIX structure that specifies the new position.

Return Value

The return value is TRUE if the function is successful. Otherwise, it is FALSE, and an error code is logged.

Comments

This function should only be called with PATHOBJ objects created by EngCreatePath.