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 public IntPtr RemoveProperty(
string name
)
Parameters
- name
- Type: SystemString
The property name.
Return Value
Type:
IntPtrThe associated data handle or IntPtr.Zero.
See Also