IUIX_Theme::GetIcon 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:IUIX_Theme::GetIcon Method}} | {{#customTitle:IUIX_Theme::GetIcon Method}} | ||
+ | {{#parentPage:PXV:IUIX_Theme#Methods|GetIcon|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 GetIcon([in] BSTR | + | <pre class="brush:cpp;gutter:false">HRESULT GetIcon([in] BSTR sIconID, |
+ | [out, retval] IUIX_Icon** pIcon);</pre> | ||
== Parameters == | == Parameters == | ||
− | ; | + | ;sIconID |
:[in] Value of BSTR. | :[in] Value of BSTR. | ||
− | ; | + | ;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:IUIX_Theme|IUIX_Theme]] |
Latest revision as of 03:39, 15 June 2015
The method of interface of PDF-XChange Editor SDK.
Syntax
HRESULT GetIcon([in] BSTR sIconID, [out, retval] IUIX_Icon** pIcon);
Parameters
- sIconID
- [in] Value of BSTR.
- pIcon
- [out, retval] Pointer to IUIX_Icon.
Return Value
Returns S_OK if operation was successful or error code in other cases.