IPXV_SearchPtr::AttachPtr Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
(3 intermediate revisions by one other user not shown) | |||
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}} | ||
− | |||
{{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** | + | [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 == | ||
[[PXV:IPXV_SearchPtr|IPXV_SearchPtr]] | [[PXV:IPXV_SearchPtr|IPXV_SearchPtr]] |
Latest revision as of 05: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>}).