Note
Kailangan ng pahintulot para ma-access ang page na ito. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
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 |
|---|---|
|
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 |