[ Previous | Next
| Table Of Contents

7.9 HGC pglGetCurrentContext(hab)

HGC pglGetCurrentContext(hab)

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. 


[ Previous | Next | Table Of Contents ]