IVsCommonMessagePumpFactory::CreateInstance Method (IVsCommonMessagePump^)
Visual Studio 2015
Creates an instance of the IVsCommonMessagePump service.
Assembly: Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)
Parameters
- ppIVsCommonMessagePump
-
Type:
Microsoft.VisualStudio.Shell.Interop::IVsCommonMessagePump^
[out] The IVsCommonMessagePump service.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Show: