ITfContextView::GetScreenExt method
The ITfContextView::GetScreenExt method returns the bounding box, in screen coordinates, of the document display.
Syntax
HRESULT GetScreenExt( [out] RECT *prc );
Parameters
- prc [out]
-
Receives the bounding box, in screen coordinates, of the display surface.
Return value
This method can return one of these values.
| Value | Description |
|---|---|
|
The method was successful. |
Remarks
The prc parameter is cleared to {0,0,0,0} if the document is not currently displayed.
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 |
|
|
IDL |
|
|
DLL |
|
See also