OleComponent.FContinueMessageLoopCore(UInt32, IntPtr, MSG[]) Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
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
İçin dinleyicileri varsa uygun olan ContinueMessageLoop doğru/yanlış değerini döndürmemiz durumunda ContinuePumping doğru (1) döndürür.