IPXC_Action_Launch::FileName Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(11 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_Action_Launch::FileName Property}}
 
{{#customTitle:IPXC_Action_Launch::FileName Property}}
 +
{{#parentPage:PXV:IPXC_Action_Launch#Properties|FileName|property}}
  
Property '''FileName''' of interface [[PXV:IPXC_Action_Launch|IPXC_Action_Launch]] returns/sets  Value of BSTR ...
+
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 ==
<pre class="brush:cpp;gutter:false">HRESULT get_FileName([out, retval] BSTR* pFileName);
+
<pre class="brush:cpp;gutter:false">HRESULT get_FileName([out, retval] BSTR* ppFileName);
HRESULT put_FileName([in] BSTR pFileName);
+
HRESULT put_FileName([in] BSTR ppFileName);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXC_Action_Launch|IPXC_Action_Launch]].
+
[[PXV:IPXC_Action_Launch|IPXC_Action_Launch]]

Latest revision as of 08:01, 23 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);

See Also

IPXC_Action_Launch