Platform SDK: Interprocess Communications |
The MONHSZSTRUCT structure contains information about a DDE string handle. A DDE monitoring application can use this structure when monitoring the activity of the string manager component of the DDE Management Library.
typedef struct tagMONHSZSTRUCT { UINT cb; BOOL fsAction; DWORD dwTime; HSZ hsz; HANDLE hTask; TCHAR str[1]; } MONHSZSTRUCT, *PMONHSZSTRUCT;
Value | Meaning |
---|---|
MH_CLEANUP | An application is freeing its DDE resources, causing the system to delete string handles the application had created. (The application called the DdeUninitialize function.) |
MH_CREATE | An application is creating a string handle. (The application called the DdeCreateStringHandle function.) |
MH_DELETE | An application is deleting a string handle. (The application called the DdeFreeStringHandle function.) |
MH_KEEP | An application is increasing the usage count of a string handle. (The application called the DdeKeepStringHandle function.) |
Windows NT/2000: Requires Windows NT 3.1 or later.
Windows 95/98: Requires Windows 95 or later.
Header: Declared in Ddeml.h; include Windows.h.
Unicode: Declared as Unicode and ANSI structures.
Dynamic Data Exchange Management Library Overview, Dynamic Data Exchange Management Structures, MONCBSTRUCT, MONCONVSTRUCT, MONERRSTRUCT, MONLINKSTRUCT, MONMSGSTRUCT