Tao.Platform.Windows SDK Documentation

Wgl.wglRealizeLayerPalette Method 

[Visual Basic]
Public Shared Function wglRealizeLayerPalette( _
   ByVal hdc As IntPtr, _
   ByVal iLayerPlane As Integer, _
   ByVal bRealize As Boolean _
) As Boolean
[C#]
public static bool wglRealizeLayerPalette(
   IntPtr hdc,
   int iLayerPlane,
   bool bRealize
);

See Also

Wgl Class | Tao.Platform.Windows Namespace