IPXC_DocSrcInfo::CustFileName 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_CustFileName([out, retval] BSTR* | + | <pre class="brush:cpp;gutter:false">HRESULT get_CustFileName([out, retval] BSTR* sVal); |
− | HRESULT put_CustFileName([in] BSTR | + | HRESULT put_CustFileName([in] BSTR sVal); |
</pre> | </pre> | ||
== See Also == | == See Also == | ||
[[PXV:IPXC_DocSrcInfo|IPXC_DocSrcInfo]] | [[PXV:IPXC_DocSrcInfo|IPXC_DocSrcInfo]] |
Revision as of 01:13, 4 June 2015
Property CustFileName of interface IPXC_DocSrcInfo returns/sets Value of BSTR ...
Syntax
HRESULT get_CustFileName([out, retval] BSTR* sVal); HRESULT put_CustFileName([in] BSTR sVal);