Win32WindowGetProperty 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:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public IntPtr GetProperty(
string name
)
Parameters
- name
- Type: SystemString
The name.
Return Value
Type:
IntPtr
The associated data handle or IntPtr.Zero.
See Also