IUIX_Theme::ProductID Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
Line 6: Line 6:
 
{{ToReview}}
 
{{ToReview}}
  
Property '''ProductID''' of interface [[PXV:IUIX_Theme|IUIX_Theme]] returns  Value of BSTR ...
+
Property '''sProductID''' of interface [[PXV:IUIX_Theme|IUIX_Theme]] returns  Value of BSTR ...
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_ProductID([out, retval]  BSTR*  ProductID);
+
<pre class="brush:cpp;gutter:false">HRESULT get_ProductID([out, retval]  BSTR*  sProductID);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IUIX_Theme|IUIX_Theme]]
 
[[PXV:IUIX_Theme|IUIX_Theme]]

Latest revision as of 04:39, 15 June 2015


Property sProductID of interface IUIX_Theme returns Value of BSTR ...

Syntax

HRESULT get_ProductID([out, retval]  BSTR*  sProductID);

See Also

IUIX_Theme