IUIX_Theme::GetIcon Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(4 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IUIX_Theme::GetIcon Method}}
 
{{#customTitle:IUIX_Theme::GetIcon Method}}
{{#parentPage:PXV:IUIX_Theme#Methods|GetIcon Method|method}}
+
{{#parentPage:PXV:IUIX_Theme#Methods|GetIcon|method}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 9: Line 9:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT GetIcon([in]          BSTR        pIconID,
+
<pre class="brush:cpp;gutter:false">HRESULT GetIcon([in]          BSTR        sIconID,
                 [out, retval]  IUIX_Icon**  ppIcon);</pre>
+
                 [out, retval]  IUIX_Icon**  pIcon);</pre>
  
 
== Parameters ==
 
== Parameters ==
;pIconID
+
;sIconID
 
:[in]  Value of BSTR.
 
:[in]  Value of BSTR.
;ppIcon
+
;pIcon
 
:[out, retval]  Pointer to [[PXV:IUIX_Icon|IUIX_Icon]].
 
:[out, retval]  Pointer to [[PXV:IUIX_Icon|IUIX_Icon]].
  
Line 22: Line 22:
  
 
== See Also ==
 
== See Also ==
[[PXV:IUIX_Theme|IUIX_Theme]].
+
[[PXV:IUIX_Theme|IUIX_Theme]]

Latest revision as of 04: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.

See Also

IUIX_Theme