IUIX_PropSheets::Page 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_Page([in]          BSTR                  pPageID,
+
<pre class="brush:cpp;gutter:false">HRESULT get_Page([in]          BSTR                  sPageID,
                 [out, retval]  IUIX_PropSheetPage**  ppPage);
+
                 [out, retval]  IUIX_PropSheetPage**  pPage);
 
</pre>
 
</pre>
  
 
== Parameters ==
 
== Parameters ==
;pPageID
+
;sPageID
 
:[in]  Value of BSTR.
 
:[in]  Value of BSTR.
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IUIX_PropSheets|IUIX_PropSheets]]
 
[[PXV:IUIX_PropSheets|IUIX_PropSheets]]

Latest revision as of 04:36, 15 June 2015


Property Page of interface IUIX_PropSheets returns Pointer to IUIX_PropSheetPage ...

Syntax

HRESULT get_Page([in]           BSTR                  sPageID,
                 [out, retval]  IUIX_PropSheetPage**  pPage);

Parameters

sPageID
[in] Value of BSTR.

See Also

IUIX_PropSheets