Tao.Platform.Windows SDK Documentation

Winmm Methods

The methods of the Winmm class are listed below. For a complete list of Winmm class members, see the Winmm Members topic.

Public Static (Shared) Methods

joyConfigChanged The joyConfigChanged function informs the joystick driver that the configuration has changed and should be reloaded from the registry.
joyGetDevCaps The joyGetDevCaps function queries a joystick to determine its capabilities.
joyGetNumDevs The joyGetNumDevs function queries the joystick driver for the number of joysticks it supports.
joyGetPos The joyGetPos function queries a joystick for its position and button status.
joyGetPosEx The joyGetPosEx function queries a joystick for its position and button status.
joyGetThreshold The joyGetThreshold function queries a joystick for its current movement threshold.
joyReleaseCapture The joyReleaseCapture function releases the specified captured joystick.
joySetCapture The joySetCature function captures a joystick by causing its messages to be sent to the specified window.
joySetThreshold The joySetThreshold function sets the movement threshold of a joystick.
PlaySound The PlaySound function plays a sound specified by the given filename, resource, or system event. (A system event may be associated with a sound in the registry or in the WIN.INI file.)
timeBeginPeriod The timeBeginPeriod function sets the minimum timer resolution for an application or device driver.
timeEndPeriod The timeEndPeriod function clears a previously set minimum timer resolution.
timeGetTime The timeGetTime function retrieves the system time, in milliseconds. The system time is the time elapsed since Windows was started.

Public Instance Methods

Equals (inherited from Object) 
GetHashCode (inherited from Object) 
GetType (inherited from Object) 
ToString (inherited from Object) 

See Also

Winmm Class | Tao.Platform.Windows Namespace