IAUX_Inst::BuildScopeTable Method

From PDF XChange PDF SDK
Jump to: navigation, search


The method of interface of PDF-XChange Editor SDK.

Syntax

HRESULT BuildScopeTable([in]                   LPWSTR         pSource,
                        [in]                   LONG           nMin,
                        [in]                   LONG           nMax,
                        [in]                   LONG           nDef,
                        [in]                   LPWSTR         pKeyPrefix,
                        [in, defaultvalue(0)]  VARIANT_BOOL   bCaseSensitive,
                        [out, retval]          IScopeTable**  pTbl);

Parameters

pSource
[in] Value of LPWSTR.
nMin
[in] Value of LONG.
nMax
[in] Value of LONG.
nDef
[in] Value of LONG.
pKeyPrefix
[in] Value of LPWSTR.
bCaseSensitive
[in, defaultvalue(0)] Value of VARIANT_BOOL.
pTbl
[out, retval] Pointer to IScopeTable.

Return Value

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

See Also

IAUX_Inst