Win32WindowSendMessage Method |
| Name | Description | |
|---|---|---|
| SendMessage(Int32) |
Sends the specified message to this window.
The SendMessage function calls the window procedure for this window and does not return until the window procedure has processed the message.
| |
| SendMessage(Int32, IntPtr) |
Sends the specified message to this window.
The SendMessage function calls the window procedure for this window and does not return until the window procedure has processed the message.
| |
| SendMessage(Int32, IntPtr, IntPtr) |
Sends the specified message to this window.
The SendMessage function calls the window procedure for this window and does not return until the window procedure has processed the message.
|