CommonMessagePump.IOleComponent2Private.GetWaitHandlesAndTimeout Method
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.
virtual int Microsoft.Internal.VisualStudio.Shell.Interop.IOleComponent2Private.GetWaitHandlesAndTimeout(cli::array <IntPtr> ^ handles, [Runtime::InteropServices::Out] System::UInt32 % handleCount, [Runtime::InteropServices::Out] System::UInt32 % timeout, IntPtr loopData) = Microsoft::Internal::VisualStudio::Shell::Interop::IOleComponent2Private::GetWaitHandlesAndTimeout;
int IOleComponent2Private.GetWaitHandlesAndTimeout (IntPtr[] handles, out uint handleCount, out uint timeout, IntPtr loopData);
abstract member Microsoft.Internal.VisualStudio.Shell.Interop.IOleComponent2Private.GetWaitHandlesAndTimeout : nativeint[] * uint32 * uint32 * nativeint -> int
override this.Microsoft.Internal.VisualStudio.Shell.Interop.IOleComponent2Private.GetWaitHandlesAndTimeout : nativeint[] * uint32 * uint32 * nativeint -> int
Function GetWaitHandlesAndTimeout (handles As IntPtr(), ByRef handleCount As UInteger, ByRef timeout As UInteger, loopData As IntPtr) As Integer Implements IOleComponent2Private.GetWaitHandlesAndTimeout
Parameters
- handles
-
IntPtr[]
nativeint[]
- handleCount
- UInt32
- timeout
- UInt32
- loopData
-
IntPtr
nativeint
Returns
Implements
Microsoft.Internal.VisualStudio.Shell.Interop.IOleComponent2Private.GetWaitHandlesAndTimeout(System.IntPtr[],System.UInt32@,System.UInt32@,System.IntPtr)