Click here to Skip to main content
16,005,281 members
Home / Discussions / COM
   

COM

 
GeneralCOM_INTERFACE_ENTRY brings nothing Pin
2-Jan-02 23:07
suss2-Jan-02 23:07 
GeneralRe: COM_INTERFACE_ENTRY brings nothing Pin
Not Active3-Jan-02 6:39
mentorNot Active3-Jan-02 6:39 
GeneralRe: COM_INTERFACE_ENTRY brings nothing Pin
7-Jan-02 21:09
suss7-Jan-02 21:09 
GeneralDCOM, Events and Performance Pin
Firoz31-Dec-01 18:55
Firoz31-Dec-01 18:55 
GeneralRe: DCOM, Events and Performance Pin
Anand Amirineni15-Mar-02 9:35
Anand Amirineni15-Mar-02 9:35 
GeneralATL ASP Global.asa Pin
jubinishoo27-Dec-01 18:41
jubinishoo27-Dec-01 18:41 
QuestionApartment? Pin
ragamuffin26-Dec-01 19:29
ragamuffin26-Dec-01 19:29 
AnswerRe: Apartment? Pin
geoff3-Jan-02 18:13
geoff3-Jan-02 18:13 
An apartment is a thread. By installing a COM object for STA access (Single Threaded Access) Formally known as "Apartment" you can presume that no method or access to an object instance will be made from some other thread while it is processing a request from another. This simplifies the design by reducing the need for consideration of more complex synchronization issues but limits what the object can do. Note that an object instance can have many interfaces and these interface references all will comply with the Apartment model if that is how the instance was created.

It's important to note that an instance does not "exist or live in an apartment" though many people think of it this way. An object instance is simply a chunk of memory containing the state of the object.

Geoffrey Feldman
geoff@seabasecns.com
GeneralRe: Apartment? Pin
Not Active4-Jan-02 20:15
mentorNot Active4-Jan-02 20:15 
GeneralRe: Apartment? Pin
geoff5-Jan-02 2:38
geoff5-Jan-02 2:38 
GeneralHelp! How to understanding marshaling! Pin
Kang wenzhen24-Dec-01 22:16
Kang wenzhen24-Dec-01 22:16 
GeneralRe: Help! How to understanding marshaling! Pin
Tim Smith25-Dec-01 2:36
Tim Smith25-Dec-01 2:36 
GeneralProblems with class header of COM object Pin
IGx8922-Dec-01 8:52
IGx8922-Dec-01 8:52 
GeneralRe: Problems with class header of COM object Pin
IGx8922-Dec-01 8:56
IGx8922-Dec-01 8:56 
GeneralRe: Problems with class header of COM object Pin
Michael Dunn22-Dec-01 14:51
sitebuilderMichael Dunn22-Dec-01 14:51 
GeneralRe: Problems with class header of COM object Pin
IGx8922-Dec-01 16:01
IGx8922-Dec-01 16:01 
Generalusing IDirectDraw7 in a type library Pin
20-Dec-01 15:36
suss20-Dec-01 15:36 
GeneralATL and MFC OnIdle() Pin
Jamie Hale18-Dec-01 6:01
Jamie Hale18-Dec-01 6:01 
GeneralProblem identified... Pin
Jamie Hale18-Dec-01 9:27
Jamie Hale18-Dec-01 9:27 
GeneralRe: Problem identified... Pin
Ernest Laurentin18-Dec-01 9:48
Ernest Laurentin18-Dec-01 9:48 
GeneralRe: Problem identified... Pin
Jamie Hale18-Dec-01 10:19
Jamie Hale18-Dec-01 10:19 
GeneralOutput parameter for COM local server Pin
18-Dec-01 4:54
suss18-Dec-01 4:54 
GeneralRe: Output parameter for COM local server Pin
Michael P Butler18-Dec-01 5:04
Michael P Butler18-Dec-01 5:04 
GeneralRe: Output parameter for COM local server Pin
18-Dec-01 6:05
suss18-Dec-01 6:05 
QuestionHow to capture IE Event in WTL.... Pin
Huu Quynh18-Dec-01 3:37
Huu Quynh18-Dec-01 3:37 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.