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 AttachID, |
− | [out, retval] IPXV_FileAttachmentPtr** | + | [out, retval] IPXV_FileAttachmentPtr** Res); |
</pre> | </pre> | ||
== Parameters == | == Parameters == | ||
− | ; | + | ;AttachID |
:[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 06:44, 12 June 2015
Property AttachPtr of interface IPXV_SearchPtr returns Pointer to IPXV_FileAttachmentPtr ...
Syntax
HRESULT get_AttachPtr([in] ULONG AttachID, [out, retval] IPXV_FileAttachmentPtr** Res);
Parameters
- AttachID
- [in] Value of ULONG.