Tao.Platform.Windows SDK Documentation

Wgl.wglQueryPbufferARB Method (IntPtr, Int32, Int32)

[Visual Basic]
Overloads Public Shared Function wglQueryPbufferARB( _
   ByVal hPbuffer As IntPtr, _
   ByVal iAttribute As Integer, _
   ByRef piValue As Integer _
) As Boolean
[C#]
public static bool wglQueryPbufferARB(
   IntPtr hPbuffer,
   int iAttribute,
   out int piValue
);

See Also

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