Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

Search Results for "CallWindowProc" in [All]

Structures

.
    • Pointer to the window procedure. You must use the CallWindowProc function to call the window procedure. For more information, see WndProc.
.
    • Pointer to the window procedure. You must use the CallWindowProc function to call the window procedure. For more information, see WndProc.

user32

.
Summary
.

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

.
Documentation
[CallWindowProc] on MSDN

Constants

.

    return CallWindowProc(buttonPlsVisible_proc, hWnd, Msg, wParam, lParam);


 
Access PInvoke.net directly from VS: