IPXV_CommentStylesManager::GetCustomStyleDesc 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 GetCustomStyleDesc([in] LONG | + | <pre class="brush:cpp;gutter:false">HRESULT GetCustomStyleDesc([in] LONG ToolID, |
− | [in] BSTR | + | [in] BSTR StyleID, |
− | [out, retval] BSTR* | + | [out, retval] BSTR* Desc);</pre> |
== Parameters == | == Parameters == | ||
− | ; | + | ;ToolID |
:[in] Value of LONG. | :[in] Value of LONG. | ||
− | ; | + | ;StyleID |
:[in] Value of BSTR. | :[in] Value of BSTR. | ||
− | ; | + | ;Desc |
:[out, retval] Pointer to BSTR. | :[out, retval] Pointer to BSTR. | ||
Revision as of 06:24, 12 June 2015
The method of interface of PDF-XChange Editor SDK.
Syntax
HRESULT GetCustomStyleDesc([in] LONG ToolID, [in] BSTR StyleID, [out, retval] BSTR* Desc);
Parameters
- ToolID
- [in] Value of LONG.
- StyleID
- [in] Value of BSTR.
- Desc
- [out, retval] Pointer to BSTR.
Return Value
Returns S_OK if operation was successful or error code in other cases.