IUIX_Combo::SelItemByParam Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
Line 3: Line 3:
 
{{#customTitle:IUIX_Combo::SelItemByParam Method}}
 
{{#customTitle:IUIX_Combo::SelItemByParam Method}}
 
{{#parentPage:PXV:IUIX_Combo#Methods|SelItemByParam|method}}
 
{{#parentPage:PXV:IUIX_Combo#Methods|SelItemByParam|method}}
{{ToReview}}
+
 
  
 
Selects an item with a required ''parameter'' value.
 
Selects an item with a required ''parameter'' value.
Line 18: Line 18:
  
 
== Return Value ==
 
== Return Value ==
Returns S_OK if operation was successful or error code in other cases.
+
Returns S_OK if the operation was successful, or will return an error code if it fails.  
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IUIX_Combo|IUIX_Combo]]
 
[[PXV:IUIX_Combo|IUIX_Combo]]

Latest revision as of 14:19, 15 June 2015


Selects an item with a required parameter value.

Syntax

HRESULT SelItemByParam([in]                               PARAM_T  nItemParam,
                       [out, retval, defaultvalue(NULL)]  LONG*    nIndex);

Parameters

nItemParam
[in] parameter of an item that is to be selected.
nIndex
[out, retval, defaultvalue(NULL)] optional value of selected item number. Returns -1 if there were no items with a given parameter.

Return Value

Returns S_OK if the operation was successful, or will return an error code if it fails.

See Also

IUIX_Combo