OleComponent::IOleComponent::FContinueMessageLoop Method (UInt32, IntPtr, array<MSG>^)
Visual Studio 2015
Microsoft internal use only.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
private: virtual int FContinueMessageLoop( unsigned int uReason, IntPtr pvLoopData, array<MSG>^ pMsgPeeked ) sealed = IOleComponent::FContinueMessageLoop
Parameters
- uReason
-
Type:
System::UInt32
The reason given by the caller of FPushMessageLoop.
- pvLoopData
-
Type:
System::IntPtr
Private data provided by the caller of FPushMessageLoop.
- pMsgPeeked
-
Type:
array<Microsoft.VisualStudio.OLE.Interop::MSG>^
The message from the queue, or null if there was none.
Return Value
Type: System::Int32
Show: