IUIX_Combo::SelItemByParam Method

From PDF XChange PDF SDK
Revision as of 04:17, 15 June 2015 by Dsbot (Talk | contribs) (Automatic page editing by robot)

Jump to: navigation, search


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 operation was successful or error code in other cases.

See Also

IUIX_Combo