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)
 
(2 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IUIX_List::GetItemVisibility Method}}
 
{{#customTitle:IUIX_List::GetItemVisibility Method}}
{{#parentPage:PXV:IUIX_List#Methods|GetItemVisibility Method|method}}
+
{{#parentPage:PXV:IUIX_List#Methods|GetItemVisibility|method}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
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.
  
Line 28: Line 28:
  
 
== See Also ==
 
== See Also ==
[[PXV:IUIX_List|IUIX_List]].
+
[[PXV:IUIX_List|IUIX_List]]

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