ContinueMessageLoopEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The event args given to a listener on the ContinueMessageLoop event.
public ref class ContinueMessageLoopEventArgs : EventArgs
public class ContinueMessageLoopEventArgs : EventArgs
type ContinueMessageLoopEventArgs = class
inherit EventArgs
Public Class ContinueMessageLoopEventArgs
Inherits EventArgs
- Inheritance
-
ContinueMessageLoopEventArgs
Constructors
ContinueMessageLoopEventArgs(UInt32, IntPtr, Nullable<MSG>) |
Microsoft internal use only. |
Properties
ContinuePumping |
Whether or not the component manager should continue pumping the message loop on return from the handler. |
Message |
The current message in the message queue. If this is null it means there is no message in the queue or it has already been removed. Otherwise this is the message retrieved via PeekMessage. |
PrivateData |
The private data given in the call to FContinueMessageLoop(UInt32, IntPtr, MSG[]). |
ReasonCode |
The reason code given in the call to FContinueMessageLoop(UInt32, IntPtr, MSG[]). |