Click or drag to resize

WindowsUtilitiesAttachThreadInput Method

Attaches the input processing mechanism of one thread to that of another thread.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
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: Boolean
true if the function succeeds, false otherwise.
See Also