IPXV_CommentStylesEnumCallback::OnCommentStyle Method
From PDF XChange PDF SDK
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.