IVsCodeShareHandler::DlgInit Method (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 DlgInit(
	IntPtr hwnd
)

Parameters

hwnd
Type: System::IntPtr

[in]

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::DlgInit(
   [in] HWND hwnd
);
Return to top
Show: