IPXV_SearchPtr::AttachPtr Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 9: | Line 9: | ||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_AttachPtr([in] ULONG | + | <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 |
:[in] Value of ULONG. | :[in] Value of ULONG. | ||
== See Also == | == See Also == | ||
[[PXV:IPXV_SearchPtr|IPXV_SearchPtr]] | [[PXV:IPXV_SearchPtr|IPXV_SearchPtr]] |
Revision as of 03:08, 15 June 2015
Property AttachPtr of interface IPXV_SearchPtr returns Pointer to IPXV_FileAttachmentPtr ...
Syntax
HRESULT get_AttachPtr([in] ULONG nAttachID, [out, retval] IPXV_FileAttachmentPtr** pRes);
Parameters
- nAttachID
- [in] Value of ULONG.