IUIX_Dialog::GetItemText2 Method

From PDF XChange PDF SDK
Jump to: navigation, search
Line 4: Line 4:
 
{{ToReview}}
 
{{ToReview}}
  
Gets text of a required item by item's numerical ID.
+
Gets text of a required dialog item by item's numerical ID.
  
 
== Syntax ==
 
== Syntax ==

Revision as of 07:58, 15 May 2015


Gets text of a required dialog item by item's numerical ID.

Syntax

HRESULT GetItemText2([in]           LONG   nItemID,
                     [out, retval]  BSTR*  ppText);

Parameters

nItemID
[in] numerical ID of a required item.
ppText
[out, retval] returned value of item text.

Return Value

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

See Also

See also IUIX_Dialog.