IPXC_Action_Launch::DefaultDir Property

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

Revision as of 07:33, 14 April 2015

Gets/sets the default directory.

Syntax

HRESULT get_DefaultDir([out, retval] BSTR* pDefDir);
HRESULT put_DefaultDir([in] BSTR pDefDir);

See Also

See also IPXC_Action_Launch.