Click or drag to resize

GetOnDemandDataObjectEventArgsHwnd Property

Gets the owner window handle. May be IntPtr.Zero depending on context.

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public IntPtr Hwnd { get; }

Property Value

Type: IntPtr
The owner window handle.
See Also