Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |