IPXV_Document::CreateInvPagesInfo Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
(3 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IPXV_Document::CreateInvPagesInfo Method}} | {{#customTitle:IPXV_Document::CreateInvPagesInfo Method}} | ||
− | {{#parentPage:PXV:IPXV_Document#Methods|CreateInvPagesInfo | + | {{#parentPage:PXV:IPXV_Document#Methods|CreateInvPagesInfo|method}} |
{{ToWrite}} | {{ToWrite}} | ||
{{ToReview}} | {{ToReview}} | ||
Line 9: | Line 9: | ||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT CreateInvPagesInfo([out, retval] IPXV_InvalidatePagesInfo** | + | <pre class="brush:cpp;gutter:false">HRESULT CreateInvPagesInfo([out, retval] IPXV_InvalidatePagesInfo** pInvPagesInfo);</pre> |
== Parameters == | == Parameters == | ||
− | ; | + | ;pInvPagesInfo |
:[out, retval] Pointer to [[PXV:IPXV_InvalidatePagesInfo|IPXV_InvalidatePagesInfo]]. | :[out, retval] Pointer to [[PXV:IPXV_InvalidatePagesInfo|IPXV_InvalidatePagesInfo]]. | ||
Latest revision as of 02:52, 15 June 2015
The method of interface of PDF-XChange Editor SDK.
Syntax
HRESULT CreateInvPagesInfo([out, retval] IPXV_InvalidatePagesInfo** pInvPagesInfo);
Parameters
- pInvPagesInfo
- [out, retval] Pointer to IPXV_InvalidatePagesInfo.
Return Value
Returns S_OK if operation was successful or error code in other cases.