IPXV_Inst::CreateStdRangeCtl Method

From PDF XChange PDF SDK
Revision as of 16:46, 24 May 2015 by Pifagor (Talk | contribs)

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*        pDlgDlg,
                          [in, defaultvalue(NULL)]  IRangeHelper*    pSrcRange,
                          [out, retval]             IPXV_RangeCtl**  ppRangeCtl);

Parameters

pDlgDlg
[in] Pointer to IUIX_Obj of dialog with predefined controls.
pSrcRange
[in, defaultvalue(NULL)] Pointer to IRangeHelper object that represents the current set of ranges.
ppRangeCtl
[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