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