IPXV_CommentStylesEnumCallback::OnCommentStyle Method

From PDF XChange PDF SDK
Revision as of 07:24, 12 June 2015 by Dsbot (Talk | contribs) (Automatic page editing by robot)

Jump to: navigation, search


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.

See Also

IPXV_CommentStylesEnumCallback