Click here to Skip to main content
15,896,111 members
Home / Discussions / COM
   

COM

 
GeneralDCOM Security. Pin
Brian van der Beek22-Aug-01 23:56
Brian van der Beek22-Aug-01 23:56 
QuestionHow to get the <i>rclsid</i> from the <i>progID</i>? Pin
22-Aug-01 2:23
suss22-Aug-01 2:23 
AnswerRe: How to get the <i>rclsid</i> from the <i>progID</i>? Pin
Amit Dey22-Aug-01 3:00
Amit Dey22-Aug-01 3:00 
GeneralRe: How to get the <i>rclsid</i> from the <i>progID</i>? Pin
22-Aug-01 3:15
suss22-Aug-01 3:15 
GeneralRe: How to get the <i>rclsid</i> from the <i>progID</i>? Pin
Amit Dey25-Aug-01 8:58
Amit Dey25-Aug-01 8:58 
GeneralDirectShow problem..(compression filter) Pin
Kim,Sung-Gyoo21-Aug-01 23:51
Kim,Sung-Gyoo21-Aug-01 23:51 
GeneralA Simple Question About ActiveX on Internet Pin
Maer72721-Aug-01 22:39
Maer72721-Aug-01 22:39 
GeneralA Simple Question About Compound File and structured storage Pin
Maer72721-Aug-01 22:38
Maer72721-Aug-01 22:38 
I have read some articles about the benifits of the Compound File and structured storage. In my opinions, I think one of the benifits of the Compound File is that we can load only a part of the whole document that we need and not have to load all part of the document. It saves a lot of time and simplified the programming.

In the Container Application, the functionality is very clear. For example, suppose a CxxxDocument that contain several bitmaps, we can only load the right one that we want to edit by activating the item from the representation chart. The memory only load the exact part of the document.

I have used the VC++ Debug Tools to trace the MFC source codes of it. I find out the MFC Framework use a linklist data structure to store and load the OLE Items from the document.

But in the with Server Application, the functionality is not very clear. I also trace the MFC source codes. I find out the server document also use a linklist data struture to store and load Server Items. If we use "embed" tactic, there will be only one node in the linklist. If we use "link" tactic, there can be more nodes in the linklist.

It is well known that the Compound File can contain items and use them individually like the document of container application containing OLE items in the linklist.

So my question is: Since the document of the server application is Compound-File enabled, the document also can contain items to manipulate. Are the objects of class COleServerItem the items that we can use structured stroage tactic to manipulate(like the OLE items in the container's document)? Are they built on the basis of COM? Or are they only pure ordinary data streams in the document and these kind of objects can not be manipulaite individually.




GeneralA Question About "SetModifiedFlag" In Ole/ActiveX Pin
Maer72721-Aug-01 22:37
Maer72721-Aug-01 22:37 
GeneralA simple question about drag-drop In Com Pin
Maer72721-Aug-01 22:36
Maer72721-Aug-01 22:36 
GeneralIEPlugin/ HTMLDom question Pin
Amit Dey21-Aug-01 21:23
Amit Dey21-Aug-01 21:23 
Questionwhat is this infomation meaning when debuging? Pin
Sandos Ganzales21-Aug-01 17:38
Sandos Ganzales21-Aug-01 17:38 
Questionhow to restrict a com+ to only one instance Pin
21-Aug-01 16:15
suss21-Aug-01 16:15 
Generalwfv problems (AVIStreamGetFrameOpen) Pin
Niklas L20-Aug-01 23:35
Niklas L20-Aug-01 23:35 
QuestionHow to put named arguments in DISPPARAMS structure?? Pin
madhavil20-Aug-01 19:32
madhavil20-Aug-01 19:32 
QuestionHow to put <vector> in VARIANT ? Pin
parag20-Aug-01 18:25
parag20-Aug-01 18:25 
AnswerRe: How to put <vector> in VARIANT ? Pin
Christian Graus20-Aug-01 18:39
protectorChristian Graus20-Aug-01 18:39 
GeneralWCE ATL OleCreateFontIndirect does not exist in WCE :-( Pin
wazoo_99920-Aug-01 6:40
wazoo_99920-Aug-01 6:40 
QuestionHow to programatically move a windowless control on VB form? Pin
khtong20-Aug-01 6:39
khtong20-Aug-01 6:39 
AnswerRe: How to programatically move a windowless control on VB form? Pin
CodeGuy20-Aug-01 6:46
CodeGuy20-Aug-01 6:46 
QuestionHow to programatically move a windowless control on VB form? Pin
khtong20-Aug-01 6:39
khtong20-Aug-01 6:39 
GeneralIHTMLWindow2::open creating &#8216;No page to display&#8217; with IE 5.0 but not IE5.5 Pin
16-Aug-01 10:49
suss16-Aug-01 10:49 
GeneralRe: IHTMLWindow2::open creating ‘No page to display’ with IE 5.0 but not IE5.5 Pin
Not Active17-Aug-01 3:41
mentorNot Active17-Aug-01 3:41 
GeneralRe: IHTMLWindow2::open creating &#8216;No page to display&#8217; with IE 5.0 but not IE5.5 Pin
mwolf17-Aug-01 4:27
mwolf17-Aug-01 4:27 
Generalcalls from atl into a DLL and VC++ weirdness Pin
16-Aug-01 3:24
suss16-Aug-01 3:24 

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.