hab (HAB) - input

      Handle to anchor block.

    hgc_src (HGC) - input

      Handle to the source OpenGL context.

    hgc_dst (HGC) - input

      Handle to the destination OpenGL context.

    attrib_mask (GLuint) - input

      Specifies which portions of hgc_src are to be copied to hgc_dst.

    rc (BOOL) - returns

      The following values may be returned:

      TRUE

        Context was successfully copied from hgc_src to hgc_dst.
      FALSE
        Error occured.


      [Back: pglCopyContext Return Value - rc]
      [Next: pglCopyContext - Remarks]