IPXV_SearchPtr::AttachPtr Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
Line 3: Line 3:
 
{{#customTitle:IPXV_SearchPtr::AttachPtr Property}}
 
{{#customTitle:IPXV_SearchPtr::AttachPtr Property}}
 
{{#parentPage:PXV:IPXV_SearchPtr#Properties|AttachPtr|property}}
 
{{#parentPage:PXV:IPXV_SearchPtr#Properties|AttachPtr|property}}
{{ToWrite}}
 
 
{{ToReview}}
 
{{ToReview}}
  
Property '''AttachPtr''' of interface [[PXV:IPXV_SearchPtr|IPXV_SearchPtr]] returns  Pointer to [[PXV:IPXV_FileAttachmentPtr|IPXV_FileAttachmentPtr]] ...
+
Property '''AttachPtr''' of interface [[PXV:IPXV_SearchPtr|IPXV_SearchPtr]] returns  Pointer to [[PXV:IPXV_FileAttachmentPtr|IPXV_FileAttachmentPtr]] containing the information about attachment.
  
 
== Syntax ==
 
== Syntax ==
Line 15: Line 14:
 
== Parameters ==
 
== Parameters ==
 
;nAttachID
 
;nAttachID
:[in]  Value of ULONG.
+
:[in]  Value of ULONG containing the ID of the attachment ({PXV_SearchPtrChunk_Attachment, <attachmentID>}).
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IPXV_SearchPtr|IPXV_SearchPtr]]
 
[[PXV:IPXV_SearchPtr|IPXV_SearchPtr]]

Latest revision as of 06:32, 20 January 2017


Property AttachPtr of interface IPXV_SearchPtr returns Pointer to IPXV_FileAttachmentPtr containing the information about attachment.

Syntax

HRESULT get_AttachPtr([in]           ULONG                     nAttachID,
                      [out, retval]  IPXV_FileAttachmentPtr**  pRes);

Parameters

nAttachID
[in] Value of ULONG containing the ID of the attachment ({PXV_SearchPtrChunk_Attachment, <attachmentID>}).

See Also

IPXV_SearchPtr