dde.h 158 B

123456789
  1. #ifndef __DDECOM_H
  2. #define __DDECOM_H
  3. class DdeCom {
  4. public:
  5. static void sendCommand(wchar_t *application, wchar_t *command, DWORD minInterval);
  6. };
  7. #endif