IPXV_SearchPtr::AttachPtr Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 1: | Line 1: | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IPXV_SearchPtr::AttachPtr Property}} | {{#customTitle:IPXV_SearchPtr::AttachPtr Property}} | ||
− | {{#parentPage:PXV:IPXV_SearchPtr|property}} | + | {{#parentPage:PXV:IPXV_SearchPtr|AttachPtr Property|property}} |
{{ToWrite}} | {{ToWrite}} | ||
{{ToReview}} | {{ToReview}} | ||
Line 8: | Line 8: | ||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_AttachPtr([in] ULONG nAttachID, [out, retval] IPXV_FileAttachmentPtr** ppRes); | + | <pre class="brush:cpp;gutter:false">HRESULT get_AttachPtr([in] ULONG nAttachID, |
+ | [out, retval] IPXV_FileAttachmentPtr** ppRes); | ||
</pre> | </pre> | ||
== Parameters == | == Parameters == | ||
− | ; | + | ;nAttachID |
:[in] Value of ULONG. | :[in] Value of ULONG. | ||
== See Also == | == See Also == | ||
See also [[PXV:IPXV_SearchPtr|IPXV_SearchPtr]]. | See also [[PXV:IPXV_SearchPtr|IPXV_SearchPtr]]. |
Revision as of 05:32, 23 April 2015
Property AttachPtr of interface IPXV_SearchPtr returns Pointer to IPXV_FileAttachmentPtr ...
Syntax
HRESULT get_AttachPtr([in] ULONG nAttachID, [out, retval] IPXV_FileAttachmentPtr** ppRes);
Parameters
- nAttachID
- [in] Value of ULONG.
See Also
See also IPXV_SearchPtr.