Click or drag to resize

WindowsUtilitiesIsPickerHost Method (Int32)

Determines whether the specified process instance corresponds to Windows Picker Host.

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

Parameters

processId
Type: SystemInt32
The process identifier.

Return Value

Type: NullableBoolean
true if the process is Picker Host; false if it's not, null if it cannot be determined (if the process is dead or if its access is denied for example).
See Also