Simulation support:

This function is simulated by a handling routine in the graphics engine.

Decscription

GreSetGlobalViewingXform sets the global viewing transform matrix elements.

This function can be hooked by the presentation driver.

#define INCL_GRE_XFORMS
#include <os2.h>

HDC       hdc;          /*  Device context handle. */
PXFORM    paXformData;  /*  Pointer to an array. */
LONG      flOptions;    /*  Specifies how the supplied array is used to set the matrix. */
PVOID     pInstance;    /*  Pointer to instance data. */
ULONG     lFunction;    /*  High-order WORD=flags; low-order WORD=NGreSetGlobalViewingXform. */
BOOL      fSuccess;     /*  Return codes. */

fSuccess = GreSetGlobalViewingXform(hdc, paXformData,
             flOptions, pInstance, lFunction);


[Back: GreSetGlobalViewingXform]
[Next: GreSetGlobalViewingXform Parameter - hdc]