| 
    NCL Library
   
    
   
   | 
  
  
  
 
#include "Common.hpp"#include "DDEClient.hpp"#include <WCL/StrArray.hpp>#include "DDEException.hpp"#include "DDEString.hpp"#include "DDECltConv.hpp"#include "IDDEClientListener.hpp"#include "DDEData.hpp"#include <algorithm>Variables | |
| static const size_t | MAX_SERVER_LEN = 256 | 
| The maximum length of the server name in chars.   | |
| static const size_t | MAX_TOPIC_LEN = 256 | 
| The maximum length of the topic name in chars.   | |
const size_t MAX_SERVER_LEN = 256 [static] | 
        
The maximum length of the server name in chars.
const size_t MAX_TOPIC_LEN = 256 [static] | 
        
The maximum length of the topic name in chars.
 1.7.6.1