Tao.Platform.Windows SDK Documentation

Winmm.joyGetDevCaps Method 

[Visual Basic]
Public Shared Function joyGetDevCaps( _
   ByVal uJoyID As IntPtr, _
   ByRef pjc As JOYCAPS, _
   ByVal cbjc As Integer _
) As Integer
[C#]
public static int joyGetDevCaps(
   IntPtr uJoyID,
   ref JOYCAPS pjc,
   int cbjc
);

See Also

Winmm Class | Tao.Platform.Windows Namespace