Click or drag to resize

WindowsUtilitiesDetachThreadInput Method

Detaches the input processing mechanism of one thread from 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 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: Boolean
true if the function succeeds, false otherwise.
See Also