ContinueMessageLoopEventArgs.ReasonCode Property
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 reason code given in the call to FContinueMessageLoop(UInt32, IntPtr, MSG[]).
public:
property System::UInt32 ReasonCode { System::UInt32 get(); };
public:
property unsigned int ReasonCode { unsigned int get(); };
public uint ReasonCode { get; }
member this.ReasonCode : uint32
Public ReadOnly Property ReasonCode As UInteger