Desktop Functions: Smart Device Functions:
|
Search Results for "CallWindowProc" in [All]Structures1: WNDCLASS
2: WNDCLASSEX
user32
static extern IntPtr CallWindowProc(WndProcDelegate lpPrevWndFunc, IntPtr hWnd, uint Msg, IntPtr wParam, IntPtr lParam);
Private Shared Function CallWindowProc(lpPrevWndFunc As WndProcDelegate, hWnd As IntPtr, Msg As UInteger, wParam As IntPtr, lParam As IntPtr) As IntPtr Constants4: BM_CLICK
return CallWindowProc(buttonPlsVisible_proc, hWnd, Msg, wParam, lParam); |