Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
The SetDisplay method enables an authoring tool to obtain ICE status messages through a callback function.
Syntax
HRESULT SetDisplay(
[in] LPDISPLAYVAL pDisplayFunction,
[in] LPVOID pContext
);
Parameters
[in] pDisplayFunction
Specifies a callback function that conforms to the LPDISPLAYVAL specification.
[in] pContext
A pointer to an application context that is passed to the callback function. This parameter can be used for error checking. The pContext parameter can be NULL.
Return value
This method can return one of these values.
| Return code | Description |
|---|---|
|
The method succeeded. |
|
The pDisplayFunction is invalid. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Evalcom2.dll version 3.0.3790.371 or later |
| Target Platform | Windows |
| Header | evalcom2.h |
| DLL | Evalcom2.dll |