InputHapticsManager.TryGetForThread(UInt32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves the InputHapticsManager for the specified thread, if one exists.
public:
static InputHapticsManager ^ TryGetForThread(unsigned int ThreadId);
static InputHapticsManager TryGetForThread(uint32_t const& ThreadId);
public static InputHapticsManager TryGetForThread(uint ThreadId);
function tryGetForThread(ThreadId)
Public Shared Function TryGetForThread (ThreadId As UInteger) As InputHapticsManager
Parameters
- ThreadId
-
UInt32
unsigned int
uint32_t
The ID of the thread.
Returns
The InputHapticsManager for the specified thread, or null if one does not exist.