IIXC_Inst::GetFormatInfo 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 GetFormatInfo([in] ULONG | + | <pre class="brush:cpp;gutter:false">HRESULT GetFormatInfo([in] ULONG nIndex, |
− | [out, retval] | + | [out, retval] IIXC_FormatInfo** pInfo);</pre> |
== Parameters == | == Parameters == | ||
;nIndex | ;nIndex | ||
:[in] Specifies the zero-based index of the file format in the formats list. | :[in] Specifies the zero-based index of the file format in the formats list. | ||
− | ; | + | ;pInfo |
− | :[out, retval] Pointer to [[PXV: | + | :[out, retval] Pointer to [[PXV:IIXC_FormatInfo|IIXC_FormatInfo]]. |
== Return Value == | == Return Value == |
Revision as of 23:22, 11 August 2015
The method returns the IXC_FormatInfo of a file format specified by its index position in the list of formats.
Syntax
HRESULT GetFormatInfo([in] ULONG nIndex, [out, retval] IIXC_FormatInfo** pInfo);
Parameters
- nIndex
- [in] Specifies the zero-based index of the file format in the formats list.
- pInfo
- [out, retval] Pointer to IIXC_FormatInfo.
Return Value
Returns S_OK if operation was successful or error code in other cases.