Click here to Skip to main content
15,881,281 members
Articles / Desktop Programming / ATL

Understanding The COM Single-Threaded Apartment Part 2

Rate me:
Please Sign up or sign in to vote.
4.90/5 (57 votes)
18 Feb 2005CPOL71 min read 256K   2.2K   169  
Learn the fundamental principles of the COM Single-Threaded Apartment Model by code examples.
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by SimpleCOMObject1.rc
//
#define IDS_PROJNAME                    100
#define IDR_SIMPLECOMOBJECT1            101

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        201
#define _APS_NEXT_COMMAND_VALUE         32768
#define _APS_NEXT_CONTROL_VALUE         201
#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, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Systems Engineer NEC
Singapore Singapore
Lim Bio Liong is a Specialist at a leading Software House in Singapore.

Bio has been in software development for over 10 years. He specialises in C/C++ programming and Windows software development.

Bio has also done device-driver development and enjoys low-level programming. Bio has recently picked up C# programming and has been researching in this area.

Comments and Discussions