IPXC_Action_URI::URI Property

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

Revision as of 23:43, 14 April 2015

Gets/sets the uniform resource identifier to resolve.

Syntax

HRESULT get_URI([out, retval] BSTR* pURI);
HRESULT put_URI([in] BSTR pURI);

See Also

See also IPXC_Action_URI.