IUIX_RenderContext::GetUpdateRegion Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 1: | Line 1: | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IUIX_RenderContext::GetUpdateRegion Method}} | {{#customTitle:IUIX_RenderContext::GetUpdateRegion Method}} | ||
− | {{#parentPage:PXV:IUIX_RenderContext|method}} | + | {{#parentPage:PXV:IUIX_RenderContext|GetUpdateRegion Method|method}} |
{{ToWrite}} | {{ToWrite}} | ||
{{ToReview}} | {{ToReview}} | ||
Line 8: | Line 8: | ||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT GetUpdateRegion([out] RECT* pUpdateRects, [in, out] LONG* pUpdateRectsCount, [out, retval] RECT* pUpdateExtent);</pre> | + | <pre class="brush:cpp;gutter:false">HRESULT GetUpdateRegion([out] RECT* pUpdateRects, |
+ | [in, out] LONG* pUpdateRectsCount, | ||
+ | [out, retval] RECT* pUpdateExtent);</pre> | ||
== Parameters == | == Parameters == | ||
− | ; | + | ;pUpdateRects |
:[out] Pointer to RECT. | :[out] Pointer to RECT. | ||
− | ; | + | ;pUpdateRectsCount |
:[in, out] Pointer to LONG. | :[in, out] Pointer to LONG. | ||
− | ; | + | ;pUpdateExtent |
:[out, retval] Pointer to RECT. | :[out, retval] Pointer to RECT. | ||
Revision as of 05:54, 23 April 2015
The method of interface of PDF-XChange Editor SDK.
Contents
Syntax
HRESULT GetUpdateRegion([out] RECT* pUpdateRects, [in, out] LONG* pUpdateRectsCount, [out, retval] RECT* pUpdateExtent);
Parameters
- pUpdateRects
- [out] Pointer to RECT.
- pUpdateRectsCount
- [in, out] Pointer to LONG.
- pUpdateExtent
- [out, retval] Pointer to RECT.
Return Value
Returns S_OK if operation was successful or error code in other cases.
See Also
See also IUIX_RenderContext.