Click or drag to resize

WindowsUtilitiesGetCurrentThreadId Method

Retrieves the native thread identifier of the calling thread.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static int GetCurrentThreadId()

Return Value

Type: Int32
The thread identifier of the calling thread
See Also