MONCBSTRUCT

3.1

#include <ddeml.h>

typedef struct tagMONCBSTRUCT {   /* mcbst */
    UINT     cb;
    WORD     wReserved;
    DWORD    dwTime;
    HANDLE   hTask;
    DWORD    dwRet;
    UINT     wType;
    UINT     wFmt;
    HCONV    hConv;
    HSZ      hsz1;
    HSZ      hsz2;
    HDDEDATA hData;
    DWORD    dwData1;
    DWORD    dwData2;
} MONCBSTRUCT;

The MONCBSTRUCT structure contains information about the current dynamic data exchange (DDE) transaction. A DDE debugging application can use this structure when monitoring transactions that the system passes to the DDE callback functions of other applications.

Members

cb

Specifies the length, in bytes, of the structure.

wReserved

Reserved.

dwTime

Specifies the Windows time at which the transaction occurred. Windows time is the number of milliseconds that have elapsed since the system was started.

hTask

Identifies the task (application instance) containing the DDE callback function that received the transaction.

dwRet

Specifies the value returned by the DDE callback function that processed the transaction.

wType

Specifies the transaction type.

wFmt

Specifies the format of the data (if any) exchanged during the transaction.

hConv

Identifies the conversation in which the transaction took place.

hsz1

Identifies a string.

hsz2

Identifies a string.

hData

Identifies the data (if any) exchanged during the transaction.

dwData1

Specifies additional data.

dwData2

Specifies additional data.

See Also

MONERRSTRUCT, MONHSZSTRUCT, MONLINKSTRUCT, MONMSGSTRUCT