Shuts down the development console.
public:
HRESULT ShutdownConsole(
DWORD dwFlags
)
dwFlags
Type: DWORD
Flags that specify how to shut down the development console. This is a bitwise-OR combination of the macros listed in the following table.
| Value | Macro | Description |
|---|---|---|
| 0x1 | XTFSHUTDOWN_REBOOT | Shut down and reboot the development console. |
| 0x00000002 | XTFSHUTDOWN_POWER_MODE_AWARE | Shut down and reboot the development console according to the console’s power mode settings. |
| 0x80000000 | XTFSHUTDOWN_DEFER | Defer shutdown of the development console. |
Type: HRESULT
HRESULT success or error code.
Header: Declared in xtfconsolecontrol.h.
Library: Use xtfconsolecontrol.lib.
IXtfConsoleControlClient Interface