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