Home | Info | Community | Development | myReactOS | Contact Us
Definition at line 256 of file dglcontext.c.
Referenced by GetCurrentDC().
{ HGLRC hGLRC; DGL_ctx* lpCtx; hGLRC = dglGetCurrentContext(); if (hGLRC) { lpCtx = dglGetContextAddress(hGLRC); return lpCtx->hDC; } return 0; }