IPXV_Inst::CreateStdRangeCtl Method

From PDF XChange PDF SDK
Revision as of 07:31, 12 June 2015 by Dsbot (Talk | contribs) (Automatic page editing by robot)

Jump to: navigation, search


Creates special helper for managing the group of predefined dialog-controls that are for specifying by end user the ranges of indexed (of document's pages for example).

Syntax

HRESULT CreateStdRangeCtl([in]                      IUIX_Obj*        DlgDlg,
                          [in, defaultvalue(NULL)]  IRangeHelper*    SrcRange,
                          [out, retval]             IPXV_RangeCtl**  RangeCtl);

Parameters

DlgDlg
[in] Pointer to IUIX_Obj of dialog with predefined controls.
SrcRange
[in, defaultvalue(NULL)] The optional pointer to IRangeHelper object that represents the current set of ranges.
RangeCtl
[out, retval] Returns pointer to a new IPXV_RangeCtl object.

Return Value

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

See Also

IPXV_Inst