ITfContextView::GetWnd method (msctf.h)

The ITfContextView::GetWnd method returns the handle to a window that corresponds to the current document.

Syntax

HRESULT GetWnd(
  [out] HWND *phwnd
);

Parameters

[out] phwnd

Receives a pointer to the handle of the window that corresponds to the current document.

Return value

This method can return one of these values.

Value Description
S_OK
The method was successful.

Remarks

A document might not have a corresponding window handle if the document is in memory but not displayed on the screen or if the document is a windowless control and the control does not have the window handle of the owner of the windowless controls. Callers cannot assume that the phwnd parameter will receive a non-NULL value even if the method is successful. Callers can also receive a NULL value for the phwnd parameter.

Requirements

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps | UWP apps]
Minimum supported server Windows 2000 Server [desktop apps | UWP apps]
Target Platform Windows
Header msctf.h
DLL Msctf.dll
Redistributable TSF 1.0 on Windows 2000 Professional