winIDEA SDK
|
This struct defines flags used by isystem.connect API.
#include <i_ConnectTypes.h>
Public Types | |
enum | ECreateVariableExFlags { cveRegularVariable = 0x0001 , cvePersistentVariable = 0x0002 } |
Defines the flags used in the CreateVariableEx function. More... | |
enum | EEvaluateFlags { efVagueFloatEqual = 0x00000001 , efIgnoreLocalScope = 0x00000002 , efUseRealTimeAccess = 0x00000004 , efModifyParameter = 0x00000008 } |
Flags for EvaluateExpression(). More... | |
enum | EState { stateOffline = 0x00000001 , stateInitialized = 0x00000002 , stateRunning = 0x00000003 , stateEnded = 0x00000004 , stateStub = 0x00000005 , stateUnexpectedStop = 0x00000006 , stateAborted = 0x00000007 , statePaused = 0x00000008 , statePersistentReady = 0x00000009 , stateSystemTest = 0x0000000a , stateStop = 0x0000000b , stateException = 0x0000000c , stateTimeOut = 0x0000000d } |
Defines constants describing the state of the test manager. More... | |
enum | EStatusFlags { sfQueryTestCase = 0x00000001 , sfQueryStub = 0x00000002 , sfTestCase = 0x00000003 , sfStub = 0x00000004 , sfException = 0x00000005 } |
Defines the flags used in the GetStatus function. More... | |
enum | EStubFlags { sfeAutoBreakpoints = 0 , sfeCustomBreakpoints = 0x0001 } |
Defines the flags used in the CreateStubEx function. More... | |
enum | EStubState { stateStubNotActive = 0x00000001 , stateStubActive = 0x00000002 } |
Defines constants describing the stub states. More... | |
Flags for EvaluateExpression().
Defines constants describing the state of the test manager.
Defines the flags used in the GetStatus function.
Enumerator | |
---|---|
sfQueryTestCase | On return *pdwStatus will hold the handle of the test case now active. dwHandle is ignored and should be zero. |
sfQueryStub | On return *pdwStatus will hold the handle of the stub now active. dwHandle is ignored and should be zero. |
sfTestCase | On return *pdwStatus will hold the status of the test case. See also IConnectTest::EState for possible values. dwHandle specifies the test case to be queried. |
sfStub | On return *pdwStatus will hold the status of the stub. See also IConnectTest::EStubState for possible values. dwHandle specifies the stub to be queried. |
sfException | On return *pdwStatus will hold the status of the exception. dwHandle specifies the exception to be queried. |