Retrieves the device context (DC) for the entire window, including title bar, menus, and scroll bars.
The ReleaseDC function must be called to release the device context
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax Return Value
Type:
IntPtr
A handle to a device context for the specified window or IntPtr.Zero.
See Also