Gets the window associated with the specified display device context (DC).
Namespace:
callback.ShellBoost.Core.Utilities
Assembly:
callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax public static Win32Window FromDC(
IntPtr hdc
)
Parameters
- hdc
- Type: SystemIntPtr
Handle to the device context from which a handle to the associated window is to be retrieved.
Return Value
Type:
Win32WindowA Win32Window instance or null.
See Also