ISpellCheckCallbacks::CheckWord Method

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

Jump to: navigation, search


The method of interface of PDF-XChange Editor SDK.

Syntax

HRESULT CheckWord([in]                   ULONG         LangID,
                  [in]                   BSTR          Word,
                  [in, defaultvalue(0)]  VARIANT_BOOL  AsyncCheck,
                  [out, retval]          LONG*         CheckRes);

Parameters

LangID
[in] Value of ULONG.
Word
[in] Value of BSTR.
AsyncCheck
[in, defaultvalue(0)] Value of VARIANT_BOOL.
CheckRes
[out, retval] Pointer to LONG.

Return Value

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

See Also

ISpellCheckCallbacks