IPXV_SearchPtr::AttachPtr Property
From PDF XChange PDF SDK
(Automatic page editing by robot) |
|||
(9 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#Properties|AttachPtr|property}} | ||
+ | {{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, [out, retval] IPXV_FileAttachmentPtr** | + | <pre class="brush:cpp;gutter:false">HRESULT get_AttachPtr([in] ULONG nAttachID, |
+ | [out, retval] IPXV_FileAttachmentPtr** pRes); | ||
</pre> | </pre> | ||
== Parameters == | == Parameters == | ||
− | ; | + | ;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]] |
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>}).