IVsCommonMessagePumpFactory.CreateInstance(IVsCommonMessagePump) Method

Definition

Creates an instance of the IVsCommonMessagePump service.

public:
 int CreateInstance([Runtime::InteropServices::Out] Microsoft::VisualStudio::Shell::Interop::IVsCommonMessagePump ^ % ppIVsCommonMessagePump);
public:
 int CreateInstance([Runtime::InteropServices::Out] Microsoft::VisualStudio::Shell::Interop::IVsCommonMessagePump ^ &  ppIVsCommonMessagePump);
int CreateInstance([Runtime::InteropServices::Out] Microsoft::VisualStudio::Shell::Interop::IVsCommonMessagePump const & & ppIVsCommonMessagePump);
public int CreateInstance (out Microsoft.VisualStudio.Shell.Interop.IVsCommonMessagePump ppIVsCommonMessagePump);
abstract member CreateInstance : IVsCommonMessagePump -> int
Public Function CreateInstance (ByRef ppIVsCommonMessagePump As IVsCommonMessagePump) As Integer

Parameters

ppIVsCommonMessagePump
IVsCommonMessagePump

[out] The IVsCommonMessagePump service.

Returns

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Applies to