@msdn=http://search.microsoft.com/search/results.aspx?qu=$$$ @pinvoke=http://pinvoke.net/$$$.htm Summary: The CallWindowProc API !!!!C# Signature: [DllImport("user32.dll")] static extern IntPtr CallWindowProc(WndProcDelegate lpPrevWndFunc, IntPtr hWnd, uint Msg, IntPtr wParam, IntPtr lParam); !!!!VB.NET Signature: <DllImport("user32.dll")> _ Private Shared Function CallWindowProc(lpPrevWndFunc As WndProcDelegate, hWnd As IntPtr, Msg As UInteger, wParam As IntPtr, lParam As IntPtr) As IntPtr End Function !!!!User-Defined Types: None. !!!!Notes: WndProcDelegate !!!!Tips & Tricks: It is possible to execute an array of bytes. lpPrevWndFunc is equal to the address of the byte array. !!!!Sample Code: Please add some! !!!!Alternative Managed API: Do you know one? Please contribute it! Documentation: CallWindowProc@msdn on MSDN
Edit user32.CallWindow...
You do not have permission to change this page. If you feel this is in error, please send feedback with the contact link on the main page.