Tao.Platform.Windows SDK Documentation

Wgl.wglGetPixelFormatAttribivARB Method (IntPtr, Int32, Int32, UInt32, IntPtr, IntPtr)

[Visual Basic]
Overloads Public Shared Function wglGetPixelFormatAttribivARB( _
   ByVal hdc As IntPtr, _
   ByVal iPixelFormat As Integer, _
   ByVal iLayerPlane As Integer, _
   ByVal nAttributes As UInt32, _
   ByVal piAttributes As IntPtr, _
   ByVal piValues As IntPtr _
) As Boolean
[C#]
public static bool wglGetPixelFormatAttribivARB(
   IntPtr hdc,
   int iPixelFormat,
   int iLayerPlane,
   uint nAttributes,
   IntPtr piAttributes,
   IntPtr piValues
);

See Also

Wgl Class | Tao.Platform.Windows Namespace | Wgl.wglGetPixelFormatAttribivARB Overload List