IUIX_List::GetItemVisibility Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
Line 12: Line 12:
 
                           [in]          LONG  nColumn,
 
                           [in]          LONG  nColumn,
 
                           [in]          LONG  nGroup,
 
                           [in]          LONG  nGroup,
                           [out, retval]  LONG*  pVisibilityState);</pre>
+
                           [out, retval]  LONG*  nVisibilityState);</pre>
  
 
== Parameters ==
 
== Parameters ==
Line 21: Line 21:
 
;nGroup
 
;nGroup
 
:[in]  Value of LONG.
 
:[in]  Value of LONG.
;pVisibilityState
+
;nVisibilityState
 
:[out, retval]  Pointer to LONG.
 
:[out, retval]  Pointer to LONG.
  

Latest revision as of 04:27, 15 June 2015


The method of interface of PDF-XChange Editor SDK.

Syntax

HRESULT GetItemVisibility([in]           LONG   nItem,
                          [in]           LONG   nColumn,
                          [in]           LONG   nGroup,
                          [out, retval]  LONG*  nVisibilityState);

Parameters

nItem
[in] Value of LONG.
nColumn
[in] Value of LONG.
nGroup
[in] Value of LONG.
nVisibilityState
[out, retval] Pointer to LONG.

Return Value

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

See Also

IUIX_List