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