IPXC_Action_Launch::FileName Property

From PDF XChange PDF SDK
Jump to: navigation, search
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}}
 +
{{ToWrite}}
 +
{{ToReview}}
  
Gets/sets the file name when Win entry is specified in the action. Note that this option is deprecated and [[PXV:IPXC_FileSpec|FileSpec]] should be used instead which means that F entry is more superior and will be used if set when saving the action.  
+
Gets/sets the file name when Win entry is specified in the action. Note that this option is deprecated and [[PXV:IPXC_FileSpec|FileSpec]] should be used instead which means that F entry is more superior and will be used if set when saving the action.
  
 
== Syntax ==
 
== Syntax ==

Revision as of 15:39, 20 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* pFileName);
HRESULT put_FileName([in] BSTR pFileName);

See Also

See also IPXC_Action_Launch.