IPXC_Action_URI::URI Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(9 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_Action_URI::URI Property}}
 
{{#customTitle:IPXC_Action_URI::URI Property}}
 +
{{#parentPage:PXV:IPXC_Action_URI#Properties|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 ==
<pre class="brush:cpp;gutter:false">HRESULT get_URI([out, retval] BSTR* pURI);
+
<pre class="brush:cpp;gutter:false">HRESULT get_URI([out, retval] BSTR* ppURI);
HRESULT put_URI([in] BSTR pURI);
+
HRESULT put_URI([in] BSTR ppURI);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXC_Action_URI|IPXC_Action_URI]].
+
[[PXV:IPXC_Action_URI|IPXC_Action_URI]]

Latest revision as of 08:02, 23 May 2015

Gets/sets the uniform resource identifier to resolve.

Syntax

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

See Also

IPXC_Action_URI