IPXC_Action_Launch::FileSpec Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
Line 2: Line 2:
 
{{#customTitle:IPXC_Action_Launch::FileSpec Property}}
 
{{#customTitle:IPXC_Action_Launch::FileSpec Property}}
  
Property '''FileSpec''' of interface [[PXV:IPXC_Action_Launch|IPXC_Action_Launch]] returns/sets Pointer to [[PXV:IPXC_FileSpec|IPXC_FileSpec]] ...
+
Gets/sets the [[PXV:IPXC_FileSpec|file specification]].
 
+
  
 
== Syntax ==
 
== Syntax ==

Revision as of 07:37, 14 April 2015

Gets/sets the file specification.

Syntax

HRESULT get_FileSpec([out, retval] IPXC_FileSpec** ppFileSpec);
HRESULT put_FileSpec([in] IPXC_FileSpec* ppFileSpec);

See Also

See also IPXC_Action_Launch.