IVsInsertionUI.GetWindowHandle(IntPtr) Method

Definition

Gets the window handle.

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

Parameters

hwnd
IntPtr

nativeint

[out] The window handle.

Returns

Returns S_OK if the method is successful.

Applies to