Click here to Skip to main content
15,891,774 members
Home / Discussions / COM
   

COM

 
QuestionWindows AMnagement Instrumentation task Pin
abhiramsss2-Apr-06 23:39
abhiramsss2-Apr-06 23:39 
QuestionServer to client communication using DCOM Pin
abhiramsss30-Mar-06 23:07
abhiramsss30-Mar-06 23:07 
Questionopened file problem Pin
aaaan30-Mar-06 17:55
aaaan30-Mar-06 17:55 
AnswerRe: opened file problem Pin
Stephen Hewitt30-Mar-06 18:00
Stephen Hewitt30-Mar-06 18:00 
QuestionIstream pipes Pin
jason s {3E44F2FF-8ED8-4ff9-8669-6672A203F776}30-Mar-06 10:52
jason s {3E44F2FF-8ED8-4ff9-8669-6672A203F776}30-Mar-06 10:52 
AnswerRe: Istream pipes Pin
Stephen Hewitt30-Mar-06 11:26
Stephen Hewitt30-Mar-06 11:26 
GeneralRe: Istream pipes Pin
jason s {3E44F2FF-8ED8-4ff9-8669-6672A203F776}30-Mar-06 11:41
jason s {3E44F2FF-8ED8-4ff9-8669-6672A203F776}30-Mar-06 11:41 
GeneralRe: Istream pipes Pin
Stephen Hewitt30-Mar-06 11:47
Stephen Hewitt30-Mar-06 11:47 
In that case the receiver could simply queue the data and not process it immediately. The sender could call CoTaskMemAlloc to get some memory and fill it, then call the method on the receiver’s proxy and give it the memory block. The receiver would stash the address of this memory block in a queue. When the receiver gets around to it would process it and free the block by calling CoTaskMemFree.

Steve
GeneralRe: Istream pipes Pin
jason s {3E44F2FF-8ED8-4ff9-8669-6672A203F776}30-Mar-06 12:07
jason s {3E44F2FF-8ED8-4ff9-8669-6672A203F776}30-Mar-06 12:07 
GeneralRe: Istream pipes Pin
Stephen Hewitt30-Mar-06 12:25
Stephen Hewitt30-Mar-06 12:25 
AnswerRe: Istream pipes Pin
Andy Brummer31-Mar-06 11:18
sitebuilderAndy Brummer31-Mar-06 11:18 
QuestionActiveX Control Pin
Anthony988730-Mar-06 9:04
Anthony988730-Mar-06 9:04 
QuestionRe: ActiveX Control Pin
Roger Stoltz30-Mar-06 11:17
Roger Stoltz30-Mar-06 11:17 
AnswerRe: ActiveX Control Pin
Anthony988730-Mar-06 13:31
Anthony988730-Mar-06 13:31 
AnswerRe: ActiveX Control Pin
Roger Stoltz30-Mar-06 20:57
Roger Stoltz30-Mar-06 20:57 
GeneralRe: ActiveX Control Pin
Anthony988731-Mar-06 10:56
Anthony988731-Mar-06 10:56 
QuestionATL COM Office Addin. Pin
HakunaMatada29-Mar-06 16:57
HakunaMatada29-Mar-06 16:57 
AnswerRe: ATL COM Office Addin. Pin
Laxman Auti15-Apr-06 2:10
Laxman Auti15-Apr-06 2:10 
QuestionIObjectWithSite and IOLECommandTarget Problem Pin
jlittlet29-Mar-06 10:12
jlittlet29-Mar-06 10:12 
Questionhow to remove com object from memory Pin
Stober29-Mar-06 8:07
Stober29-Mar-06 8:07 
AnswerRe: how to remove com object from memory Pin
Michael Dunn29-Mar-06 9:55
sitebuilderMichael Dunn29-Mar-06 9:55 
GeneralRe: how to remove com object from memory Pin
Stober29-Mar-06 11:50
Stober29-Mar-06 11:50 
Question_COM_SMARTPTR_TYPEDEF Pin
HakunaMatada28-Mar-06 21:51
HakunaMatada28-Mar-06 21:51 
AnswerRe: _COM_SMARTPTR_TYPEDEF Pin
Milton Karimbekallil29-Mar-06 5:27
Milton Karimbekallil29-Mar-06 5:27 
GeneralRe: _COM_SMARTPTR_TYPEDEF Pin
HakunaMatada29-Mar-06 16:54
HakunaMatada29-Mar-06 16:54 

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.