NEURON
ms1.cpp File Reference
#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]
 

Function Documentation

◆ HandleOutput()

void HandleOutput ( const char *  )

Definition at line 18 of file hel2mos.cpp.

◆ send()

void send ( const char *  url)

Definition at line 72 of file ms1.cpp.

◆ start()

int start ( )

Definition at line 23 of file ms1.cpp.

◆ stop()

void stop ( )

Definition at line 43 of file ms1.cpp.

◆ take()

static void take ( HCONV  hc,
const char *  name 
)
static

Definition at line 56 of file ms1.cpp.

Variable Documentation

◆ dwResult

DWORD dwResult
static

Definition at line 19 of file ms1.cpp.

◆ hConvExtra

HCONV hConvExtra

Definition at line 13 of file ms1.cpp.

◆ hData

HDDEDATA hData
static

Definition at line 18 of file ms1.cpp.

◆ hszItem

HSZ hszItem
static

Definition at line 17 of file ms1.cpp.

◆ hszService

HSZ hszService
static

Definition at line 15 of file ms1.cpp.

◆ hszTopic

HSZ hszTopic
static

Definition at line 16 of file ms1.cpp.

◆ idInst

DWORD idInst

Definition at line 21 of file ddeclnt.cpp.

◆ szDDEData

char szDDEData[256]
static

Definition at line 21 of file ms1.cpp.

◆ wFmt

WORD wFmt = CF_TEXT
static

Definition at line 20 of file ms1.cpp.