Click or drag to resize

WindowsUtilitiesRemoveProp Method

Removes an entry from the property list of the specified window. The specified character string identifies the entry to be removed.

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

Parameters

handle
Type: SystemIntPtr
A handle to the window whose property list is to be changed.
name
Type: SystemString
The name.

Return Value

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