IPXV_Inst::CreateAnnotsList Method

From PDF XChange PDF SDK
Jump to: navigation, search
Line 5: Line 5:
 
{{ToReview}}
 
{{ToReview}}
  
Call this method to create empty list of [[PXC:IPXC_Annotation|IPXC_Annotation]] objects.
+
Call this method to create empty list of [[PXV:IPXC_Annotation|IPXC_Annotation]] objects.
  
 
== Syntax ==
 
== Syntax ==

Revision as of 14:41, 24 May 2015


Call this method to create empty list of IPXC_Annotation objects.

Syntax

HRESULT CreateAnnotsList([out, retval]  IPXV_AnnotsList**  ppList);

Parameters

ppList
[out, retval] Returns pointer to a new IPXV_AnnotsList object.

Return Value

Returns S_OK if operation was successful or error code in other cases.

See Also

IPXV_Inst, IPXV_AnnotsList.