Desktop Functions: Smart Device Functions:
|
Search Results for "PAINTSTRUCT" in [All]Structures1: PAINTSTRUCT
2: WNDCLASS
3: WNDCLASSEX
user324: 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
PAINTSTRUCT ps; 6: EndPaint
static extern bool EndPaint(IntPtr hWnd, [In] ref PAINTSTRUCT lpPaint);
Public Shared Function EndPaint(ByVal hwnd As IntPtr, <[In]()> ByRef lpPaint As PAINTSTRUCT) As IntPtr |