ISynchronizeContainer.WaitMultiple(UInt32, UInt32, ISynchronize) 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.
public:
void WaitMultiple(System::UInt32 dwFlags, System::UInt32 dwTimeout, [Runtime::InteropServices::Out] Microsoft::VisualStudio::OLE::Interop::ISynchronize ^ % ppSync);
public void WaitMultiple (uint dwFlags, uint dwTimeout, out Microsoft.VisualStudio.OLE.Interop.ISynchronize ppSync);
abstract member WaitMultiple : uint32 * uint32 * ISynchronize -> unit
Public Sub WaitMultiple (dwFlags As UInteger, dwTimeout As UInteger, ByRef ppSync As ISynchronize)
Parameters
- dwFlags
- UInt32
- dwTimeout
- UInt32
- ppSync
- ISynchronize