IUIX_Dialog::GetItem2 Method

From PDF XChange PDF SDK
Revision as of 06:54, 19 May 2015 by Oleh (Talk | contribs)

Jump to: navigation, search


Gets a required dialog item by its numerical ID.

Syntax

HRESULT GetItem2([in]                    LONG          nItemID,
                 [in, defaultvalue(-1)]  VARIANT_BOOL  bTranspSC,
                 [out, retval]           IUIX_Obj**    ppItem);

Parameters

nItemID
[in] numerical ID of required item.
bTranspSC
[in, defaultvalue(-1)] Value of VARIANT_BOOL.
ppItem
[out, retval] return object of IUIX_Obj interface. Use QueryImpl method to query implementation of a required item type from IUIX_Obj.

Return Value

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

See Also

See also IUIX_Dialog.