User32SendNotifyMessage Method

Overload List

SendNotifyMessage(HandleRef, WindowMessages, IntPtr, IntPtr) Sends the specified message to a window or windows.

If the window was created by the calling thread, SendNotifyMessage(IntPtr, WindowMessages, IntPtr, IntPtr) calls the window procedure for the window and does not return until the window procedure has processed the message.

If the window was created by a different thread, SendNotifyMessage(IntPtr, WindowMessages, IntPtr, IntPtr) passes the message to the window procedure and returns immediately; it does not wait for the window procedure to finish processing the message.

SendNotifyMessage(HandleRef, UInt32, IntPtr, IntPtr) Sends the specified message to a window or windows.

If the window was created by the calling thread, SendNotifyMessage(IntPtr, WindowMessages, IntPtr, IntPtr) calls the window procedure for the window and does not return until the window procedure has processed the message.

If the window was created by a different thread, SendNotifyMessage(IntPtr, WindowMessages, IntPtr, IntPtr) passes the message to the window procedure and returns immediately; it does not wait for the window procedure to finish processing the message.

SendNotifyMessage(IntPtr, WindowMessages, IntPtr, IntPtr) Sends the specified message to a window or windows.

If the window was created by the calling thread, SendNotifyMessage(IntPtr, WindowMessages, IntPtr, IntPtr) calls the window procedure for the window and does not return until the window procedure has processed the message.

If the window was created by a different thread, SendNotifyMessage(IntPtr, WindowMessages, IntPtr, IntPtr) passes the message to the window procedure and returns immediately; it does not wait for the window procedure to finish processing the message.

SendNotifyMessage(IntPtr, UInt32, IntPtr, IntPtr) Sends the specified message to a window or windows.

If the window was created by the calling thread, SendNotifyMessage(IntPtr, WindowMessages, IntPtr, IntPtr) calls the window procedure for the window and does not return until the window procedure has processed the message.

If the window was created by a different thread, SendNotifyMessage(IntPtr, WindowMessages, IntPtr, IntPtr) passes the message to the window procedure and returns immediately; it does not wait for the window procedure to finish processing the message.

See Also