winIDEA SDK
|
This struct defines flags used by isystem.connect API.
#include <i_ConnectTypes.h>
Public Types | |
enum | EDetachFlags { dfCloseServerNone = 0x00000000 , dfCloseServerIfLastClient = 0x00000001 , dfCloseServerUnconditional = 0x00000002 , dfCloseServerMask = 0x0000000F , dfCloseAutoSaveDefault = 0x00000000 , dfCloseAutoSaveAll = 0x00000010 , dfCloseAutoSaveNone = 0x00000020 , dfCloseAutoSaveMask = 0x00000030 } |
Detach flags define winIDEA operation, when the client disconnects. More... | |
enum | ELaunchFlags { } |
This enumeration defines the following groups of flags: More... | |
Detach flags define winIDEA operation, when the client disconnects.
Flags dfCloseServer
... and dfCloseAuto
... may be ORed together, for example dfCloseServerIfLastClient
| dfCloseAutoSaveAll
.
This enumeration defines the following groups of flags: