Desktop Functions: Smart Device Functions:
|
Search Results for "BeginPaint" in [All]user321: BeginPaint
static extern IntPtr BeginPaint(IntPtr hwnd, out PAINTSTRUCT lpPaint);
Public Shared Function BeginPaint(ByVal hwnd As IntPtr, <Out()> ByRef lpPaint As PAINTSTRUCT) As IntPtr
hdc = Win32.BeginPaint (hWnd, out ps) ; 3: GetDCEx
/// DCX_VALIDATE is identical to using the BeginPaint function.</summary> Enums
/// DCX_VALIDATE is identical to using the BeginPaint function.</summary>
''' DCX_VALIDATE is identical to using the BeginPaint function.</summary> Structures5: WNDCLASS
6: WNDCLASSEX
|