IUIX_ListCallbacks::List_OnGetItemCheckState Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
Line 10: Line 10:
 
== Syntax ==
 
== Syntax ==
 
<pre class="brush:cpp;gutter:false">HRESULT List_OnGetItemCheckState([in]  IUIX_List*      pList,
 
<pre class="brush:cpp;gutter:false">HRESULT List_OnGetItemCheckState([in]  IUIX_List*      pList,
                                 [in]  UIX_ListItemID*  pItemID,
+
                                 [in]  UIX_ListItemID*  stItemID,
                                 [out]  LONG*            pCheckState);</pre>
+
                                 [out]  LONG*            nCheckState);</pre>
  
 
== Parameters ==
 
== Parameters ==
 
;pList
 
;pList
 
:[in]  Pointer to [[PXV:IUIX_List|IUIX_List]].
 
:[in]  Pointer to [[PXV:IUIX_List|IUIX_List]].
;pItemID
+
;stItemID
 
:[in]  Pointer to [[PXV:UIX_ListItemID|UIX_ListItemID]].
 
:[in]  Pointer to [[PXV:UIX_ListItemID|UIX_ListItemID]].
;pCheckState
+
;nCheckState
 
:[out]  Pointer to LONG.
 
:[out]  Pointer to LONG.
  

Latest revision as of 04:29, 15 June 2015


The method of interface of PDF-XChange Editor SDK.

Syntax

HRESULT List_OnGetItemCheckState([in]   IUIX_List*       pList,
                                 [in]   UIX_ListItemID*  stItemID,
                                 [out]  LONG*            nCheckState);

Parameters

pList
[in] Pointer to IUIX_List.
stItemID
[in] Pointer to UIX_ListItemID.
nCheckState
[out] Pointer to LONG.

Return Value

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

See Also

IUIX_ListCallbacks