Click or drag to resize

Win32WindowGetDC Method

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:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public IntPtr GetDC()

Return Value

Type: IntPtr
A handle to a device context for the specified window or IntPtr.Zero.
See Also