OleComponent.FContinueMessageLoopCore(UInt32, IntPtr, MSG[]) Yöntem

Tanım

Fdevam MessageLoop 'nin varsayılan uygulanması. Yalnızca ContinueMessageLoop herhangi bir dinleyici varsa olayı harekete geçirir.

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

Parametreler

uReason
UInt32
pvLoopData
IntPtr

nativeint

pMsgPeeked
MSG[]

Döndürülenler

Boolean

İçin dinleyicileri varsa uygun olan ContinueMessageLoop doğru/yanlış değerini döndürmemiz durumunda ContinuePumping doğru (1) döndürür.

Şunlara uygulanır