IVsEnhancedDataTip.GetBaseWindowHandle(IntPtr) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
);