IUIX_Combo::SetItemParam Method

From PDF XChange PDF SDK
Revision as of 14:25, 15 June 2015 by Johnv (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


Sets parameter value for a required item.

Syntax

HRESULT SetItemParam([in]  LONG     nItem,
                     [in]  PARAM_T  nParam);

Parameters

nItem
[in] number of an item to set new parameter for.
nParam
[in] new parameter value.

Return Value

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

See Also

IUIX_Combo