Click or drag to resize

WindowsUtilities.GetProp Method

Retrieves a data handle from the property list of the specified window. The character string identifies the handle to be retrieved. The string and handle must have been added to the property list by a previous call to the SetProp function.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static IntPtr GetProp(
	IntPtr handle,
	string name
)

Parameters

handle
Type: System.IntPtr
A handle to the window whose property list is to be searched.
name
Type: System.String
The name.

Return Value

Type: IntPtr
The associated data handle or IntPtr.Zero.
See Also