IVsCodeShareHandler::VBDialogCover Method (UInt32, UInt32, IntPtr)

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Method on internal interface. Do not use.

Namespace:   Microsoft.VisualStudio.Shell.Interop
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::Int32

If 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
);
Return to top
Show: