IPXC_Action_Launch::FileName 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:IPXC_Action_Launch::FileName Property}} | {{#customTitle:IPXC_Action_Launch::FileName Property}} | ||
− | {{#parentPage:PXV:IPXC_Action_Launch|property}} | + | {{#parentPage:PXV:IPXC_Action_Launch|FileName Property|property}} |
{{ToReview}} | {{ToReview}} | ||
Line 7: | Line 7: | ||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_FileName([out, retval] BSTR* ppFileName); | + | <pre class="brush:cpp;gutter:false">HRESULT get_FileName([out, retval] BSTR* ppFileName); |
− | HRESULT put_FileName([in] BSTR ppFileName); | + | HRESULT put_FileName([in] BSTR ppFileName); |
</pre> | </pre> | ||
== See Also == | == See Also == | ||
See also [[PXV:IPXC_Action_Launch|IPXC_Action_Launch]]. | See also [[PXV:IPXC_Action_Launch|IPXC_Action_Launch]]. |
Revision as of 04:54, 23 April 2015
Gets/sets the file name when Win entry is specified in the action. Note that this option is deprecated and FileSpec should be used instead which means that F entry is more superior and will be used if set when saving the action.
Syntax
HRESULT get_FileName([out, retval] BSTR* ppFileName); HRESULT put_FileName([in] BSTR ppFileName);
See Also
See also IPXC_Action_Launch.