Desktop Functions: Smart Device Functions:
|
Search Results for "CallWindowProc" in [All]Constants1: BM_CLICK
return CallWindowProc(buttonPlsVisible_proc, hWnd, Msg, wParam, lParam); 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 Structures3: WNDCLASS
4: WNDCLASSEX
|