Go to the source code of this file.
◆ STATUS_DA_DISABLED
      
        
          | #define STATUS_DA_DISABLED   0x0400 | 
        
      
 
 
◆ STATUS_DA_EMPTY
      
        
          | #define STATUS_DA_EMPTY   0x0020 | 
        
      
 
 
◆ STATUS_DA_EOF
      
        
          | #define STATUS_DA_EOF   0x0080 | 
        
      
 
 
◆ STATUS_DA_ERROR
      
        
          | #define STATUS_DA_ERROR   0x0100 | 
        
      
 
 
◆ STATUS_DA_FATAL_ERROR
      
        
          | #define STATUS_DA_FATAL_ERROR   0x0200 | 
        
      
 
 
◆ STATUS_DA_OK
      
        
          | #define STATUS_DA_OK   0x0040 | 
        
      
 
 
◆ STATUS_QUERY_KILLED
      
        
          | #define STATUS_QUERY_KILLED   0x0008 | 
        
      
 
 
◆ STATUS_QUERY_TIMEOUT
      
        
          | #define STATUS_QUERY_TIMEOUT   0x0010 | 
        
      
 
 
◆ STATUS_SESSION_KILLED
      
        
          | #define STATUS_SESSION_KILLED   0x0002 | 
        
      
 
 
◆ STATUS_SESSION_KILLED_BAD_DATA
      
        
          | #define STATUS_SESSION_KILLED_BAD_DATA   0x0004 | 
        
      
 
 
◆ STATUS_SESSION_OK
      
        
          | #define STATUS_SESSION_OK   0x0001 |