Tao.Platform.Windows SDK Documentation

Winmm.joySetCapture Method 

[Visual Basic]
Public Shared Function joySetCapture( _
   ByVal hwnd As Integer, _
   ByVal uJoyID As Integer, _
   ByVal uPeriod As Integer, _
   ByVal fChanged As Boolean _
) As Integer
[C#]
public static int joySetCapture(
   int hwnd,
   int uJoyID,
   int uPeriod,
   bool fChanged
);

See Also

Winmm Class | Tao.Platform.Windows Namespace