IUIX_PropSheets::ActivePage Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
Line 9: Line 9:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_ActivePage([out, retval]  BSTR*  ppPageID);
+
<pre class="brush:cpp;gutter:false">HRESULT get_ActivePage([out, retval]  BSTR*  sPageID);
HRESULT put_ActivePage([in]  BSTR  ppPageID);
+
HRESULT put_ActivePage([in]  BSTR  sPageID);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IUIX_PropSheets|IUIX_PropSheets]]
 
[[PXV:IUIX_PropSheets|IUIX_PropSheets]]

Latest revision as of 04:36, 15 June 2015


Property ActivePage of interface IUIX_PropSheets returns/sets Value of BSTR ...

Syntax

HRESULT get_ActivePage([out, retval]  BSTR*  sPageID);
HRESULT put_ActivePage([in]  BSTR  sPageID);

See Also

IUIX_PropSheets