hab (HAB) - input
hgc (HGC) - input
Handle to an OpenGL context.
rc (BOOL) - returns
The following values
may be returned:
TRUE
Context was successfully destroyed, or context
was bound to a window.
FALSE
If
hgc is currently bound to a window, pglDestroyContext will return without
destroying hgc. A current context can be unbound from the currently bound
window by calling pglMakeCurrent (hab,NULL,None).
pglMakeCurrent(hab,NULL,None).
[Back: pglDestroyContext Return Value - rc]
[Next: pglDestroyContext - Related Functions]