IUIX_Inst::CreateNewIcon Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
Line 2: | Line 2: | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IUIX_Inst::CreateNewIcon Method}} | {{#customTitle:IUIX_Inst::CreateNewIcon Method}} | ||
− | {{#parentPage:PXV:IUIX_Inst|CreateNewIcon Method|method}} | + | {{#parentPage:PXV:IUIX_Inst#Methods|CreateNewIcon Method|method}} |
{{ToReview}} | {{ToReview}} | ||
Revision as of 21:43, 21 May 2015
Creates new object of IUIX_Icon interface.
Syntax
HRESULT CreateNewIcon([out, retval] IUIX_Icon** ppIcon);
Parameters
- ppIcon
- [out, retval] return object of IUIX_Icon interface.
Return Value
Returns S_OK if operation was successful or error code in other cases.