IUIX_ScrollContainer::GetNClient Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
Line 11: Line 11:
 
<pre class="brush:cpp;gutter:false">HRESULT GetNClient([in]          LONG        nSide,
 
<pre class="brush:cpp;gutter:false">HRESULT GetNClient([in]          LONG        nSide,
 
                   [in]          LONG        nIndex,
 
                   [in]          LONG        nIndex,
                   [out, retval]  IUIX_Obj**  ppNClient);</pre>
+
                   [out, retval]  IUIX_Obj**  pNClient);</pre>
  
 
== Parameters ==
 
== Parameters ==
Line 18: Line 18:
 
;nIndex
 
;nIndex
 
:[in]  Value of LONG.
 
:[in]  Value of LONG.
;ppNClient
+
;pNClient
 
:[out, retval]  Pointer to [[PXV:IUIX_Obj|IUIX_Obj]].
 
:[out, retval]  Pointer to [[PXV:IUIX_Obj|IUIX_Obj]].
  

Latest revision as of 04:37, 15 June 2015


The method of interface of PDF-XChange Editor SDK.

Syntax

HRESULT GetNClient([in]           LONG        nSide,
                   [in]           LONG        nIndex,
                   [out, retval]  IUIX_Obj**  pNClient);

Parameters

nSide
[in] Value of LONG.
nIndex
[in] Value of LONG.
pNClient
[out, retval] Pointer to IUIX_Obj.

Return Value

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

See Also

IUIX_ScrollContainer