IUIX_Dialog::GetItemSelParam2 Method

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

Jump to: navigation, search


Gets parameter value of currently selected item in a list of a dialog object.

Dialog object is selected via its numerical ID and must implement IUIX_List, IUIX_Combo or IUIX_Tree interface.

Syntax

HRESULT GetItemSelParam2([in]           LONG      nItemID,
                         [in]           PARAM_T   nDef,
                         [out, retval]  PARAM_T*  nRes);

Parameters

nItemID
[in] numerical ID of a required object in a dialog.
nDef
[in] default value that will be returned in nRes value if no dialog object with a given ID was found.
nRes
[out, retval] return value of item parameter.

Return Value

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

See Also

IUIX_Dialog