IPXV_CommentStylesManager::GetDefaultStyleIcon Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 9: | Line 9: | ||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT GetDefaultStyleIcon( LONG | + | <pre class="brush:cpp;gutter:false">HRESULT GetDefaultStyleIcon( LONG ToolID, |
− | LONG | + | LONG IconSizes, |
− | IUIX_Icon** | + | IUIX_Icon** Icon);</pre> |
== Parameters == | == Parameters == | ||
− | ; | + | ;ToolID |
: Value of LONG. | : Value of LONG. | ||
− | ; | + | ;IconSizes |
: Value of LONG. | : Value of LONG. | ||
− | ; | + | ;Icon |
: Pointer to [[PXV:IUIX_Icon|IUIX_Icon]]. | : Pointer to [[PXV:IUIX_Icon|IUIX_Icon]]. | ||
Revision as of 06:24, 12 June 2015
The method of interface of PDF-XChange Editor SDK.
Syntax
HRESULT GetDefaultStyleIcon( LONG ToolID, LONG IconSizes, IUIX_Icon** Icon);
Parameters
- ToolID
- Value of LONG.
- IconSizes
- Value of LONG.
- Icon
- Pointer to IUIX_Icon.
Return Value
Returns S_OK if operation was successful or error code in other cases.