IUIX_RenderContext::GetUpdateRegion Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
(9 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IUIX_RenderContext::GetUpdateRegion Method}} | {{#customTitle:IUIX_RenderContext::GetUpdateRegion Method}} | ||
+ | {{#parentPage:PXV:IUIX_RenderContext#Methods|GetUpdateRegion|method}} | ||
+ | {{ToWrite}} | ||
+ | {{ToReview}} | ||
The method of interface of PDF-XChange Editor SDK. | The method of interface of PDF-XChange Editor SDK. | ||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT GetUpdateRegion([out] RECT* | + | <pre class="brush:cpp;gutter:false">HRESULT GetUpdateRegion([out] RECT* stUpdateRects, |
+ | [in, out] LONG* nUpdateRectsCount, | ||
+ | [out, retval] RECT* stUpdateExtent);</pre> | ||
== Parameters == | == Parameters == | ||
− | ; | + | ;stUpdateRects |
:[out] Pointer to RECT. | :[out] Pointer to RECT. | ||
− | ; | + | ;nUpdateRectsCount |
:[in, out] Pointer to LONG. | :[in, out] Pointer to LONG. | ||
− | ; | + | ;stUpdateExtent |
:[out, retval] Pointer to RECT. | :[out, retval] Pointer to RECT. | ||
Line 19: | Line 25: | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IUIX_RenderContext|IUIX_RenderContext]] |
Latest revision as of 03:37, 15 June 2015
The method of interface of PDF-XChange Editor SDK.
Syntax
HRESULT GetUpdateRegion([out] RECT* stUpdateRects, [in, out] LONG* nUpdateRectsCount, [out, retval] RECT* stUpdateExtent);
Parameters
- stUpdateRects
- [out] Pointer to RECT.
- nUpdateRectsCount
- [in, out] Pointer to LONG.
- stUpdateExtent
- [out, retval] Pointer to RECT.
Return Value
Returns S_OK if operation was successful or error code in other cases.