IVsCodeShareHandler.VBDialogCover Method

Definition

Overloads

VBDialogCover(IntPtr, UInt32, IntPtr)
VBDialogCover(UInt32, UInt32, IntPtr)

Method on internal interface. Do not use.

VBDialogCover(IntPtr, UInt32, IntPtr)

public:
 int VBDialogCover(IntPtr % pFARPROC, System::UInt32 % lpvoid, [Runtime::InteropServices::Out] IntPtr % lphwndParent);
public int VBDialogCover (ref IntPtr pFARPROC, ref uint lpvoid, out IntPtr lphwndParent);
abstract member VBDialogCover : nativeint * uint32 * nativeint -> int
Public Function VBDialogCover (ByRef pFARPROC As IntPtr, ByRef lpvoid As UInteger, ByRef lphwndParent As IntPtr) As Integer

Parameters

pFARPROC
IntPtr

nativeint

lpvoid
UInt32
lphwndParent
IntPtr

nativeint

Returns

Applies to

VBDialogCover(UInt32, UInt32, IntPtr)

Method on internal interface. Do not use.

public:
 int VBDialogCover(System::UInt32 % pFARPROC, System::UInt32 % lpvoid, [Runtime::InteropServices::Out] IntPtr % lphwndParent);
public int VBDialogCover (ref uint pFARPROC, ref uint lpvoid, out IntPtr lphwndParent);
abstract member VBDialogCover : uint32 * uint32 * nativeint -> int
Public Function VBDialogCover (ByRef pFARPROC As UInteger, ByRef lpvoid As UInteger, ByRef lphwndParent As IntPtr) As Integer

Parameters

pFARPROC
UInt32

[in]

lpvoid
UInt32

[in]

lphwndParent
IntPtr

nativeint

[out]

Returns

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

Remarks

COM Signature

From vsshell.idl:

HRESULT IVsCodeShareHandler::VBDialogCover(  
   [in] DWORD* pFARPROC,   
   [in] DWORD* lpvoid,   
   [out] HWND* lphwndParent  
);  

Applies to