IVsIntellisenseCompletor.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 a handle to the completor window.
public:
int GetWindowHandle([Runtime::InteropServices::Out] IntPtr % phwnd);
public int GetWindowHandle (out IntPtr phwnd);
abstract member GetWindowHandle : nativeint -> int
Public Function GetWindowHandle (ByRef phwnd As IntPtr) As Integer
Parameters
- phwnd
-
IntPtr
nativeint
[out] The window HWND.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.