winIDEA SDK
isys::IConnectIDE Struct Reference

Description

This struct defines flags used by isystem.connect API.

#include <i_ConnectTypes.h>

Public Types

enum  EDocumentExportParameter {
  deFormatMask = 0x000000FF , deScopeAll = 0x00000000 ,
  deScopeSelection = 0x00000100 , deScopeMask = 0x00000F00
}
 Interpretation of dwParameter value in a daExport call. More...
 
enum  EDocumentResetParameter {
  drContent = 0x00000001 , drItem = 0x00000002 ,
  drItemMask = 0xFF000000 , drConfigAll = 0x00000010 ,
  drConfigSelected = 0x00000020 , drConfigPresetInit = 0x00000030 ,
  drConfigPresetApply = 0x00000040 , drConfigMask = 0x000000F0
}
 Interpretation of dwParameter value in a daReset call. More...
 

Member Enumeration Documentation

◆ EDocumentExportParameter

Interpretation of dwParameter value in a daExport call.

Enumerator
deFormatMask 

use this mask to select the export format

deScopeAll 

export entire document

deScopeSelection 

export selection only

deScopeMask 

mask to use for scope selection

◆ EDocumentResetParameter

Interpretation of dwParameter value in a daReset call.

Enumerator
drContent 

deletes content of analyzer documents, has no effect for text documents

drItem 

action applies to the aspect given in drItemMask

drItemMask 

index of the document aspect

drConfigAll 

action applies to all configuration

drConfigSelected 

action applies to the selected aspect (trigger, rangeset,...)

drConfigPresetInit 

Initializes preset configuration.

drConfigPresetApply 

Applies preset configuration.

drConfigMask 

config. flags selection mask