IUIX_Dialog::GetItem2 Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IUIX_Dialog::GetItem2 Method}}
 
{{#customTitle:IUIX_Dialog::GetItem2 Method}}
Line 24: Line 25:
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IUIX_Dialog|IUIX_Dialog]].
+
[[PXV:IUIX_Dialog|IUIX_Dialog]].

Revision as of 07:15, 20 May 2015


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

IUIX_Dialog.