Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 805 Bytes

File metadata and controls

32 lines (19 loc) · 805 Bytes
-api-id M:Windows.Devices.Haptics.InputHapticsManager.TryGetForThread(System.UInt32)
-api-type winrt method

Windows.Devices.Haptics.InputHapticsManager.TryGetForThread(System.UInt32)

-description

Retrieves the InputHapticsManager for the specified thread, if one exists.

-parameters

-param ThreadId

The ID of the thread.

-returns

The InputHapticsManager for the specified thread, or null if one does not exist.

-remarks

-see-also

InputHapticsManager.GetForCurrentThread, InputHapticsManager.ThreadId

-examples