Share via


IVsEnhancedDataTip.GetBaseWindowHandle(IntPtr) Method

Definition

Gets the base window handle for the data tip.

public:
 int GetBaseWindowHandle([Runtime::InteropServices::Out] IntPtr % phwnd);
public int GetBaseWindowHandle (out IntPtr phwnd);
abstract member GetBaseWindowHandle : nativeint -> int
Public Function GetBaseWindowHandle (ByRef phwnd As IntPtr) As Integer

Parameters

phwnd
IntPtr

nativeint

[out] Pointer to the Window handle, an HWND value.

Returns

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

Remarks

COM Signature

From vsshell80.idl:

HRESULT IVsEnhancedDataTip::GetBaseWindowHandle(  
   [out] HWND* phwnd  
);  

Applies to