Lines Matching refs:DdeConnection
35 class DdeConnection;
52 DECLARE_LIST( DdeConnections, DdeConnection* )
84 friend class DdeConnection;
157 DdeConnection& rDde;
167 DdeTransaction( DdeConnection&, const String&, long = 0 );
190 friend class DdeConnection;
206 DdeLink( DdeConnection&, const String&, long = 0 );
221 DdeWarmLink( DdeConnection&, const String&, long = 0 );
231 DdeHotLink( DdeConnection&, const String&, long = 0 );
241 DdeRequest( DdeConnection&, const String&, long = 0 );
251 DdePoke( DdeConnection&, const String&, const char*, long,
253 DdePoke( DdeConnection&, const String&, const DdeData&, long = 0 );
254 DdePoke( DdeConnection&, const String&, const String&, long = 0 );
264 DdeExecute( DdeConnection&, const String&, long = 0 );
271 class SVL_DLLPUBLIC DdeConnection class
281 DdeConnection( const String&, const String& );
282 ~DdeConnection();
295 DdeConnection( const DdeConnection& );
296 const DdeConnection& operator= ( const DdeConnection& );