WindowsUtilitiesDetachThreadInput Method |
Detaches the input processing mechanism of one thread from that of another thread.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public static bool DetachThreadInput(
int idAttach,
int idAttachTo
)
Parameters
- idAttach
- Type: SystemInt32
The identifier of the thread to be detached from another thread. - idAttachTo
- Type: SystemInt32
The identifier of the thread to which idAttach will be detached from.
Return Value
Type:
Booleantrue if the function succeeds,
false otherwise.
See Also