Description:
Look up the current OpenGL context for this process. A context is `current' if it was the last context to be bound to a window by calling pglMakeCurrent.
Parameters:
HAB | hab | Handle to Anchor Block |
Return Values:
HGC | Current Context |
NULL | No Current context exists for this process |
Notes:
Only one current context is allowed per process.