IPXC_Action_Launch::FileName Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
Line 5: | Line 5: | ||
{{ToReview}} | {{ToReview}} | ||
− | Gets/sets the file name | + | Gets/sets the file name from <tt>Win</tt> entry of action's dictionary, when it is specified. Note that this option is deprecated and [[PXV:IPXC_FileSpec|FileSpec]] should be used instead which means that <tt>F</tt> entry of the action's dictionary is more superior and will be used if set when saving the action. |
== Syntax == | == Syntax == |
Revision as of 08:35, 21 May 2015
Gets/sets the file name from Win entry of action's dictionary, when it is specified. Note that this option is deprecated and FileSpec should be used instead which means that F entry of the action's dictionary 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);