![]() |
NEURON
|
#include "../winio/debug.h"#include <stdio.h>#include <string.h>#include <windows.h>#include <ddeml.h>#include <dde.h>#include <windowsx.h>Go to the source code of this file.
Functions | |
| void | HandleOutput (const char *) |
| int | start () |
| void | stop () |
| static void | take (HCONV hc, const char *name) |
| void | send (const char *url) |
Variables | |
| DWORD | idInst |
| HCONV | hConvExtra |
| static HSZ | hszService |
| static HSZ | hszTopic |
| static HSZ | hszItem |
| static HDDEDATA | hData |
| static DWORD | dwResult |
| static WORD | wFmt = CF_TEXT |
| static char | szDDEData [256] |
| void HandleOutput | ( | const char * | ) |
Definition at line 18 of file hel2mos.cpp.
| DWORD idInst |
Definition at line 21 of file ddeclnt.cpp.