Tao.Platform.Windows SDK Documentation

Wgl.wglMakeContextCurrentEXT Method 

[Visual Basic]
Public Shared Function wglMakeContextCurrentEXT( _
   ByVal hDrawDC As IntPtr, _
   ByVal hReadDC As IntPtr, _
   ByVal hglrc As IntPtr _
) As Boolean
[C#]
public static bool wglMakeContextCurrentEXT(
   IntPtr hDrawDC,
   IntPtr hReadDC,
   IntPtr hglrc
);

See Also

Wgl Class | Tao.Platform.Windows Namespace