IPXC_Page::GetAnnotGroupMembers Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
(8 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IPXC_Page::GetAnnotGroupMembers Method}} | {{#customTitle:IPXC_Page::GetAnnotGroupMembers Method}} | ||
− | {{#parentPage:PXV:IPXC_Page|method}} | + | {{#parentPage:PXV:IPXC_Page#Methods|GetAnnotGroupMembers|method}} |
{{ToWrite}} | {{ToWrite}} | ||
{{ToReview}} | {{ToReview}} | ||
Line 8: | Line 9: | ||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT GetAnnotGroupMembers([in] IPXC_Annotation* pAnnot, [out, retval] | + | <pre class="brush:cpp;gutter:false">HRESULT GetAnnotGroupMembers([in] IPXC_Annotation* pAnnot, |
+ | [in, defaultvalue(-1)] VARIANT_BOOL bEntireGroup, | ||
+ | [out, retval] IPXC_AnnotsList** pGroupMembers);</pre> | ||
== Parameters == | == Parameters == | ||
− | ; | + | ;pAnnot |
:[in] Pointer to [[PXV:IPXC_Annotation|IPXC_Annotation]]. | :[in] Pointer to [[PXV:IPXC_Annotation|IPXC_Annotation]]. | ||
− | ; | + | ;bEntireGroup |
− | :[out, retval] Pointer to [[PXV: | + | :[in, defaultvalue(-1)] Value of VARIANT_BOOL. |
+ | ;pGroupMembers | ||
+ | :[out, retval] Pointer to [[PXV:IPXC_AnnotsList|IPXC_AnnotsList]]. | ||
== Return Value == | == Return Value == | ||
Line 20: | Line 25: | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IPXC_Page|IPXC_Page]] |
Latest revision as of 02:32, 15 June 2015
The method of interface of PDF-XChange Editor SDK.
Syntax
HRESULT GetAnnotGroupMembers([in] IPXC_Annotation* pAnnot, [in, defaultvalue(-1)] VARIANT_BOOL bEntireGroup, [out, retval] IPXC_AnnotsList** pGroupMembers);
Parameters
- pAnnot
- [in] Pointer to IPXC_Annotation.
- bEntireGroup
- [in, defaultvalue(-1)] Value of VARIANT_BOOL.
- pGroupMembers
- [out, retval] Pointer to IPXC_AnnotsList.
Return Value
Returns S_OK if operation was successful or error code in other cases.