Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The ITextStoreACP::GetScreenExt method returns the bounding box screen coordinates of the display surface where the text stream is rendered.
Syntax
HRESULT GetScreenExt(
[in] TsViewCookie vcView,
[out] RECT *prc
);
Parameters
[in] vcView
Specifies the context view.
[out] prc
Receives the bounding box screen coordinates of the display surface of the document.
Return value
This method can return one of these values.
| Value | Description |
|---|---|
|
The method was successful. |
|
The specified vcView parameter is invalid. |
Remarks
If the text is not currently displayed, for example, if the document window is minimized, the prc parameter is set to { 0, 0, 0, 0 }.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 2000 Professional [desktop apps only] |
| Minimum supported server | Windows 2000 Server [desktop apps only] |
| Target Platform | Windows |
| Header | textstor.h |
| DLL | Msctf.dll |
| Redistributable | TSF 1.0 on Windows 2000 Professional |