Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

17 lines
1.1 KiB

/******************************Module*Header*******************************\
* Module Name: wgldef.h *
* *
* Local declarations. *
* *
* Created: 01-17-1995 *
* Author: Hock San Lee [hockl] *
* *
* Copyright (c) 1995 Microsoft Corporation *
\**************************************************************************/
HANDLE __wglCreateContext(GLWINDOWID *pgwid, GLSURF *pgsurf);
BOOL __wglDeleteContext(HANDLE hrcSrv);
BOOL __wglMakeCurrent(GLWINDOWID *pgwid, HANDLE hrcSrv, BOOL bMeta);
BOOL __wglShareLists(HANDLE hrcSrvShare, HANDLE hrcSrvSource);
BOOL __wglAttention();
BOOL __wglCopyContext(HANDLE hrcSrvSrc, HANDLE hrcSrvDest, UINT fuFlags);