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