IPXV_CommentStylesManager::GetCustomStyle 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 GetCustomStyle([in] LONG | + | <pre class="brush:cpp;gutter:false">HRESULT GetCustomStyle([in] LONG nToolID, |
− | [in] BSTR | + | [in] BSTR sStyleID, |
− | [out, retval] ICabNode** | + | [out, retval] ICabNode** pStyleParams);</pre> |
== Parameters == | == Parameters == | ||
− | ; | + | ;nToolID |
:[in] Value of LONG. | :[in] Value of LONG. | ||
− | ; | + | ;sStyleID |
:[in] Value of BSTR. | :[in] Value of BSTR. | ||
− | ; | + | ;pStyleParams |
:[out, retval] Pointer to [[PXV:ICabNode|ICabNode]]. | :[out, retval] Pointer to [[PXV:ICabNode|ICabNode]]. | ||
Latest revision as of 02:48, 15 June 2015
The method of interface of PDF-XChange Editor SDK.
Syntax
HRESULT GetCustomStyle([in] LONG nToolID, [in] BSTR sStyleID, [out, retval] ICabNode** pStyleParams);
Parameters
- nToolID
- [in] Value of LONG.
- sStyleID
- [in] Value of BSTR.
- pStyleParams
- [out, retval] Pointer to ICabNode.
Return Value
Returns S_OK if operation was successful or error code in other cases.