Description
GreGetDefaultArcParameters stores the default arc parameters in the buffer addressed by pArcParms.
This function is supported by the graphics engine.
#define INCL_GRE_DEVSUPPORT #include <os2.h> HDC hdc; /* Device context handle. */ PARCPARAMS pArcParms; /* Pointer to ARCPARAMS structure. */ PVOID pInstance; /* Pointer to instance data. */ ULONG lFunction; /* High-order WORD=flags; low-order WORD=NGreGetDefaultArcParameters. */ BOOL fSuccess; /* Return codes. */ fSuccess = GreGetDefaultArcParameters(hdc, pArcParms, pInstance, lFunction);