GpiSetDrawingMode
Appearance
This function sets the drawing mode to control the handling of subsequent individual drawing primitive and attribute calls.
HPS hps; /* Presentation-space handle. */ LONG lMode; /* Mode to be used for subsequent drawing calls. */ BOOL rc; /* Success indicator. */