IPXV_CommentStylesEnumCallback::OnCommentStyle 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 OnCommentStyle([in] ULONG | + | <pre class="brush:cpp;gutter:false">HRESULT OnCommentStyle([in] ULONG Index, |
− | [in] LPWSTR | + | [in] LPWSTR ID, |
− | [in] LPWSTR | + | [in] LPWSTR Name, |
− | [in] BSTR | + | [in] BSTR Desc, |
− | [in] LONG | + | [in] LONG Flags, |
− | [in] ICabNode* | + | [in] ICabNode* StyleParams, |
− | [in] IPXV_CommentStyleGetIcon* | + | [in] IPXV_CommentStyleGetIcon* GetIcon);</pre> |
== Parameters == | == Parameters == | ||
− | ; | + | ;Index |
:[in] Value of ULONG. | :[in] Value of ULONG. | ||
− | ; | + | ;ID |
:[in] Value of LPWSTR. | :[in] Value of LPWSTR. | ||
− | ; | + | ;Name |
:[in] Value of LPWSTR. | :[in] Value of LPWSTR. | ||
− | ; | + | ;Desc |
:[in] Value of BSTR. | :[in] Value of BSTR. | ||
− | ; | + | ;Flags |
:[in] Value of LONG. | :[in] Value of LONG. | ||
− | ; | + | ;StyleParams |
:[in] Pointer to [[PXV:ICabNode|ICabNode]]. | :[in] Pointer to [[PXV:ICabNode|ICabNode]]. | ||
− | ; | + | ;GetIcon |
:[in] Pointer to [[PXV:IPXV_CommentStyleGetIcon|IPXV_CommentStyleGetIcon]]. | :[in] Pointer to [[PXV:IPXV_CommentStyleGetIcon|IPXV_CommentStyleGetIcon]]. | ||
Revision as of 06:24, 12 June 2015
The method of interface of PDF-XChange Editor SDK.
Syntax
HRESULT OnCommentStyle([in] ULONG Index, [in] LPWSTR ID, [in] LPWSTR Name, [in] BSTR Desc, [in] LONG Flags, [in] ICabNode* StyleParams, [in] IPXV_CommentStyleGetIcon* GetIcon);
Parameters
- Index
- [in] Value of ULONG.
- ID
- [in] Value of LPWSTR.
- Name
- [in] Value of LPWSTR.
- Desc
- [in] Value of BSTR.
- Flags
- [in] Value of LONG.
- StyleParams
- [in] Pointer to ICabNode.
- GetIcon
- [in] Pointer to IPXV_CommentStyleGetIcon.
Return Value
Returns S_OK if operation was successful or error code in other cases.