IVsCodeShareHandler::VBDialogCover Method (UInt32, UInt32, IntPtr)
Visual Studio 2015
This API supports the product infrastructure and is not intended to be used directly from your code.
Method on internal interface. Do not use.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
int VBDialogCover( [InAttribute] unsigned int% pFARPROC, [InAttribute] unsigned int% lpvoid, [OutAttribute] IntPtr% lphwndParent )
Parameters
- pFARPROC
-
Type:
System::UInt32
[in]
- lpvoid
-
Type:
System::UInt32
[in]
- lphwndParent
-
Type:
System::IntPtr
[out]
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From vsshell.idl:
HRESULT IVsCodeShareHandler::VBDialogCover( [in] DWORD* pFARPROC, [in] DWORD* lpvoid, [out] HWND* lphwndParent );
Show: