IUIX_PropSheets::GetPageUI Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IUIX_PropSheets::GetPageUI Method}}
 
{{#customTitle:IUIX_PropSheets::GetPageUI Method}}
{{#parentPage:PXV:IUIX_PropSheets|GetPageUI Method|method}}
+
{{#parentPage:PXV:IUIX_PropSheets#Methods|GetPageUI|method}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 8: Line 9:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT GetPageUI([in]                  BSTR          pPageID,
+
<pre class="brush:cpp;gutter:false">HRESULT GetPageUI([in]                  BSTR          sPageID,
 
                   [in, defaultvalue(0)]  VARIANT_BOOL  bCreateIfNot,
 
                   [in, defaultvalue(0)]  VARIANT_BOOL  bCreateIfNot,
                   [out, retval]          IUIX_Obj**    ppPageUI);</pre>
+
                   [out, retval]          IUIX_Obj**    pPageUI);</pre>
  
 
== Parameters ==
 
== Parameters ==
;pPageID
+
;sPageID
 
:[in]  Value of BSTR.
 
:[in]  Value of BSTR.
 
;bCreateIfNot
 
;bCreateIfNot
 
:[in, defaultvalue(0)]  Value of VARIANT_BOOL.
 
:[in, defaultvalue(0)]  Value of VARIANT_BOOL.
;ppPageUI
+
;pPageUI
 
:[out, retval]  Pointer to [[PXV:IUIX_Obj|IUIX_Obj]].
 
:[out, retval]  Pointer to [[PXV:IUIX_Obj|IUIX_Obj]].
  
Line 24: Line 25:
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IUIX_PropSheets|IUIX_PropSheets]].
+
[[PXV:IUIX_PropSheets|IUIX_PropSheets]]

Latest revision as of 04:36, 15 June 2015


The method of interface of PDF-XChange Editor SDK.

Syntax

HRESULT GetPageUI([in]                   BSTR          sPageID,
                  [in, defaultvalue(0)]  VARIANT_BOOL  bCreateIfNot,
                  [out, retval]          IUIX_Obj**    pPageUI);

Parameters

sPageID
[in] Value of BSTR.
bCreateIfNot
[in, defaultvalue(0)] Value of VARIANT_BOOL.
pPageUI
[out, retval] Pointer to IUIX_Obj.

Return Value

Returns S_OK if operation was successful or error code in other cases.

See Also

IUIX_PropSheets