Simulation support:
This function is simulated by a handling routine in the graphics engine.
Description
GrePolyFilletSharp draws a sequence of one or more sharp fillets starting at the current (X,Y) position.
This function can be hooked by the presentation driver.
#define INCL_GRE_ARCS #include <os2.h> HDC hdc; /* Device context handle. */ PPOINTL paptlPoint; /* Pointer to Coordinates array. */ LONG cPoints; /* Number of coordinate pairs. */ PFIXED pfxSharp; /* Pointer to Sharpness array. */ PVOID pInstance; /* Pointer to instance data. */ ULONG lFunction; /* High-order WORD=flags; low-order WORD=NGrePolyFilletSharp. */ LONG rc; /* Return codes. */ rc = GrePolyFilletSharp(hdc, paptlPoint, cPoints, pfxSharp, pInstance, lFunction);