IAUX_Inst::BuildFastScopeTable Method

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
(No difference)

Latest revision as of 12:20, 9 June 2016


The method of interface of PDF-XChange Editor SDK.

Syntax

HRESULT BuildFastScopeTable([in]                   LPWSTR             pSource,
                            [in]                   LONG               nMin,
                            [in]                   LONG               nMax,
                            [in]                   LONG               nDef,
                            [in]                   LPWSTR             pKeyPrefix,
                            [in, defaultvalue(0)]  VARIANT_BOOL       bCaseSensitive,
                            [out, retval]          IFastScopeTable**  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 IFastScopeTable.

Return Value

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

See Also

IAUX_Inst