IValidate::SetStatus method (evalcom2.h)

The SetStatus method enables an authoring tool to receive information about the progress of validation through a registered callback function.

Syntax

HRESULT SetStatus(
  [in] LPEVALCOMCALLBACK pStatusFunction,
       LPVOID            pContext
);

Parameters

[in] pStatusFunction

Specifies a callback function that conforms to the LPEVALCOMCALLBACK specification. The pStatusFunction can be NULL.

pContext

A pointer to an application context that is passed to the callback function. This parameter can be used for error checking. The pContext can be NULL.

Return value

This method can return one of these values.

Return code Description
S_OK
The method succeeded.

Requirements

Requirement Value
Minimum supported client Evalcom2.dll version 3.0.3790.371 or later
Target Platform Windows
Header evalcom2.h
DLL Evalcom2.dll

See also

IValidate

Using Evalcom2

Validation Callback Functions