IPXV_SearchPtr::AttachPtr Property

From PDF XChange PDF SDK
Revision as of 06:32, 20 January 2017 by Palamar (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


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