IUIX_PropSheets::Dlg 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_Dlg([out, retval]  IUIX_Dialog**  ppRes);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Dlg([out, retval]  IUIX_Dialog**  pRes);
 
</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 Dlg of interface IUIX_PropSheets returns Pointer to IUIX_Dialog ...

Syntax

HRESULT get_Dlg([out, retval]  IUIX_Dialog**  pRes);

See Also

IUIX_PropSheets