Tao.Platform.Windows SDK Documentation

Wgl.wglWaitForMscOML Method (IntPtr, Int64, Int64, Int64, IntPtr, IntPtr, IntPtr)

[Visual Basic]
Overloads Public Shared Function wglWaitForMscOML( _
   ByVal hdc As IntPtr, _
   ByVal target_msc As Long, _
   ByVal divisor As Long, _
   ByVal remainder As Long, _
   ByVal ust As IntPtr, _
   ByVal msc As IntPtr, _
   ByVal sbc As IntPtr _
) As Boolean
[C#]
public static bool wglWaitForMscOML(
   IntPtr hdc,
   long target_msc,
   long divisor,
   long remainder,
   IntPtr ust,
   IntPtr msc,
   IntPtr sbc
);

See Also

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