IPXC_Page::GetAnnotReplies Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 2: | Line 2: | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IPXC_Page::GetAnnotReplies Method}} | {{#customTitle:IPXC_Page::GetAnnotReplies Method}} | ||
− | {{#parentPage:PXV:IPXC_Page|GetAnnotReplies Method|method}} | + | {{#parentPage:PXV:IPXC_Page#Methods|GetAnnotReplies Method|method}} |
{{ToWrite}} | {{ToWrite}} | ||
{{ToReview}} | {{ToReview}} |
Revision as of 13:47, 21 May 2015
The method of interface of PDF-XChange Editor SDK.
Syntax
HRESULT GetAnnotReplies([in] IPXC_Annotation* pAnnot, [out, retval] IPXC_AnnotsList** ppReplies);
Parameters
- pAnnot
- [in] Pointer to IPXC_Annotation.
- ppReplies
- [out, retval] Pointer to IPXC_AnnotsList.
Return Value
Returns S_OK if operation was successful or error code in other cases.