Tao.Platform.Windows SDK Documentation

Wgl.wglQueryGenlockMaxSourceDelayI3D Method (IntPtr, IntPtr, UInt32, UInt32)

[Visual Basic]
Overloads Public Shared Function wglQueryGenlockMaxSourceDelayI3D( _
   ByVal extensionPointer As IntPtr, _
   ByVal hDC As IntPtr, _
   ByRef uMaxLineDelay As UInt32, _
   ByRef uMaxPixelDelay As UInt32 _
) As Integer
[C#]
public static int wglQueryGenlockMaxSourceDelayI3D(
   IntPtr extensionPointer,
   IntPtr hDC,
   out uint uMaxLineDelay,
   out uint uMaxPixelDelay
);

Parameters

extensionPointer
hDC
uMaxLineDelay
uMaxPixelDelay

Return Value

See Also

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