OleComponent.FContinueMessageLoopCore(UInt32, IntPtr, MSG[]) Method

Definition

Default implementation of FContinueMessageLoop. Simply raises the ContinueMessageLoop event if there are any listeners.

protected:
 virtual bool FContinueMessageLoopCore(System::UInt32 uReason, IntPtr pvLoopData, cli::array <Microsoft::VisualStudio::OLE::Interop::MSG> ^ pMsgPeeked);
protected virtual bool FContinueMessageLoopCore (uint uReason, IntPtr pvLoopData, Microsoft.VisualStudio.OLE.Interop.MSG[] pMsgPeeked);
abstract member FContinueMessageLoopCore : uint32 * nativeint * Microsoft.VisualStudio.OLE.Interop.MSG[] -> bool
override this.FContinueMessageLoopCore : uint32 * nativeint * Microsoft.VisualStudio.OLE.Interop.MSG[] -> bool
Protected Overridable Function FContinueMessageLoopCore (uReason As UInteger, pvLoopData As IntPtr, pMsgPeeked As MSG()) As Boolean

Parameters

uReason
UInt32
pvLoopData
IntPtr

nativeint

pMsgPeeked
MSG[]

Returns

If there are listeners to ContinueMessageLoop we return the appropriate TRUE/FALSE value based on ContinuePumping, otherwise we return TRUE (1).

Applies to