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