ITfContextView::GetWnd method

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

Syntax


HRESULT GetWnd(
  [out] HWND *phwnd
);

Parameters

phwnd [out]

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.

ValueDescription
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

Minimum supported client

Windows 2000 Professional [desktop apps | Windows Store apps]

Minimum supported server

Windows 2000 Server [desktop apps | Windows Store apps]

Redistributable

TSF 1.0 on Windows 2000 Professional

Header

Msctf.h

IDL

Msctf.idl

DLL

Msctf.dll

 

 

Show: