IPXV_SearchPtr::AttachPtr Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(7 intermediate revisions by one other user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXV_SearchPtr::AttachPtr Property}}
 
{{#customTitle:IPXV_SearchPtr::AttachPtr Property}}
{{#parentPage:PXV:IPXV_SearchPtr|AttachPtr Property|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 ==
 
<pre class="brush:cpp;gutter:false">HRESULT get_AttachPtr([in]          ULONG                    nAttachID,
 
<pre class="brush:cpp;gutter:false">HRESULT get_AttachPtr([in]          ULONG                    nAttachID,
                       [out, retval]  IPXV_FileAttachmentPtr**  ppRes);
+
                       [out, retval]  IPXV_FileAttachmentPtr**  pRes);
 
</pre>
 
</pre>
  
 
== 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 ==
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