IVsInsertionUI.GetWindowHandle(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 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.