Click here to Skip to main content
15,891,743 members
Articles / Programming Languages / C++

Inter-Process Communication using WM_COPYDATA

Rate me:
Please Sign up or sign in to vote.
4.60/5 (8 votes)
3 Dec 1999 283.7K   8K   59  
Demonstrates the use of WM_COPYDATA
//{{NO_DEPENDENCIES}}
// App Studio generated include file.
// Used by WMC16.RC
//
#define IDR_MAINFRAME                   2
#define IDD_WMC16MAIN                   106
#define IDC_ED_TXDATA                   1009
#define IDC_ED_RXDATA                   1010
#define IDC_BUT_TXDATA       			1011
#define IDC_STATIC                      -1

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS

#define _APS_NEXT_RESOURCE_VALUE        107
#define _APS_NEXT_COMMAND_VALUE         40001
#define _APS_NEXT_CONTROL_VALUE         1010
#define _APS_NEXT_SYMED_VALUE           102
#endif
#endif

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Software Developer (Senior)
United States United States
From firmware in Assembly code to GUIs in C#; done it all.
Currently mainly programming C, C++ at the Windows system level.
Living in Palm Bay, FL.

Comments and Discussions