ISpellCheckCallbacks::CheckWord Method

From PDF XChange PDF SDK
Jump to: navigation, search


The method of interface of PDF-XChange Editor SDK.

Syntax

HRESULT CheckWord([in]                   ULONG         nLangID,
                  [in]                   BSTR          sWord,
                  [in, defaultvalue(0)]  VARIANT_BOOL  bAsyncCheck,
                  [out, retval]          LONG*         nCheckRes);

Parameters

nLangID
[in] Value of ULONG.
sWord
[in] Value of BSTR.
bAsyncCheck
[in, defaultvalue(0)] Value of VARIANT_BOOL.
nCheckRes
[out, retval] Pointer to LONG.

Return Value

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

See Also

ISpellCheckCallbacks