Click or drag to resize

Win32WindowRemoveProperty Method

Removes an entry from the property list of this window.

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

Parameters

name
Type: SystemString
The property name.

Return Value

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