IPXS_Document::GetNextIndirect Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 9: | Line 9: | ||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT GetNextIndirect([in, out] ULONG* | + | <pre class="brush:cpp;gutter:false">HRESULT GetNextIndirect([in, out] ULONG* EnumPos, |
− | [out, retval] IPXS_PDFVariant** | + | [out, retval] IPXS_PDFVariant** Obj);</pre> |
== Parameters == | == Parameters == | ||
− | ; | + | ;EnumPos |
:[in, out] Pointer to ULONG. | :[in, out] Pointer to ULONG. | ||
− | ; | + | ;Obj |
:[out, retval] Pointer to [[PXV:IPXS_PDFVariant|IPXS_PDFVariant]]. | :[out, retval] Pointer to [[PXV:IPXS_PDFVariant|IPXS_PDFVariant]]. | ||
Revision as of 06:16, 12 June 2015
The method of interface of PDF-XChange Editor SDK.
Syntax
HRESULT GetNextIndirect([in, out] ULONG* EnumPos, [out, retval] IPXS_PDFVariant** Obj);
Parameters
- EnumPos
- [in, out] Pointer to ULONG.
- Obj
- [out, retval] Pointer to IPXS_PDFVariant.
Return Value
Returns S_OK if operation was successful or error code in other cases.