Click here to Skip to main content
15,891,981 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
// stdafx.h : include file for standard system include files,
//  or project specific include files that are used frequently, but
//      are changed infrequently
//

#include <afxwin.h>         // MFC core and standard components
#include <afxext.h>         // MFC extensions (including VB)

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