#include <customized_immersive_container.h>
◆ ~ICustomizedImmersiveContainer()
virtual ICustomizedImmersiveContainer::~ICustomizedImmersiveContainer |
( |
| ) |
|
|
inlinevirtual |
◆ HideWaitingArea()
virtual SDKError ICustomizedImmersiveContainer::HideWaitingArea |
( |
| ) |
|
|
pure virtual |
Hide the waiting area before start immersive.
- Returns
- If the function succeeds, the return value is SDKErr_Success. Otherwise failed. To get extended error information, see SDKError enum. remarks It is only valid if called before start immersive view.
◆ RepositionContainer()
virtual SDKError ICustomizedImmersiveContainer::RepositionContainer |
( |
RECT | rc, |
|
|
HWND | hParentWnd = nullptr ) |
|
pure virtual |
Resize the immersive container in the specified area and reset the parent window.
- Parameters
-
rc | Specify a new display area. The coordinate value of the structure is that of the parent window of immersive container. |
hParentWnd | Specify a new parent window HWND. |
- Returns
- If the function succeeds, the return value is SDKErr_Success. Otherwise failed. To get extended error information, see SDKError enum.
◆ SetEvent()
Set immersive container callback event handler.
- Parameters
-
- Returns
- If the function succeeds, the return value is SDKErr_Success. Otherwise failed. To get extended error information, see SDKError enum.
◆ ShowWaitingArea()
virtual SDKError ICustomizedImmersiveContainer::ShowWaitingArea |
( |
| ) |
|
|
pure virtual |
Show the waiting area before start immersive.
- Returns
- If the function succeeds, the return value is SDKErr_Success. Otherwise failed. To get extended error information, see SDKError enum. remarks It is only valid if called before start immersive view.