IPXC_Action_Launch::FileName Property
From PDF XChange PDF SDK
(Automatic page editing by robot) |
|||
Line 2: | Line 2: | ||
{{#customTitle:IPXC_Action_Launch::FileName Property}} | {{#customTitle:IPXC_Action_Launch::FileName Property}} | ||
− | + | Gets/sets the file name when Win entry is specified in the action. Note that F entry is more superior and will be used if set when saving the action. | |
− | + | ||
== Syntax == | == Syntax == |
Revision as of 06:34, 14 April 2015
Gets/sets the file name when Win entry is specified in the action. Note 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.