hab (HAB) - input

      Handle to anchor block.

    pVisualConfig (PVISUALCONFIG) - input

      Pointer to VISUALCONFIG structure containing desired buffer config.

    ShareList (HGC) - input

      Handle of OpenGL context with which to share display lists within a process.

    IsDirect (BOOL) - input

      TRUE

        Bypass GPI, and render to a PM window. Generally faster.
      FALSE
        This context will use Gpi for OpenGL rendering, using GpiBitBlt to blit OpenGL rendering to a PM window

      hgc (HGC) - returns

        Handle to successfully created context, or NULL if an error occurred.


      [Back: pglCreateContext Return Value - hgc]
      [Next: pglCreateContext - Remarks]