Click here to Skip to main content
15,905,682 members
Home / Discussions / COM
   

COM

 
QuestionFTP using TAPI ??? ( anyone to enlighten me!!!) Pin
fzillion23-Oct-05 18:59
fzillion23-Oct-05 18:59 
AnswerRe: FTP using TAPI ??? ( anyone to enlighten me!!!) Pin
JonEngle26-Oct-05 18:31
JonEngle26-Oct-05 18:31 
QuestionHelp Please? Pin
Wail A.Salem22-Oct-05 13:58
Wail A.Salem22-Oct-05 13:58 
AnswerRe: Help Please? Pin
Christian Graus23-Oct-05 19:39
protectorChristian Graus23-Oct-05 19:39 
QuestionWhich COM interface to export an object into a particular format Pin
Carsten Leue21-Oct-05 22:10
Carsten Leue21-Oct-05 22:10 
AnswerRe: Which COM interface to export an object into a particular format Pin
Vi223-Oct-05 18:33
Vi223-Oct-05 18:33 
GeneralRe: Which COM interface to export an object into a particular format Pin
Carsten Leue23-Oct-05 22:08
Carsten Leue23-Oct-05 22:08 
GeneralRe: Which COM interface to export an object into a particular format Pin
Vi224-Oct-05 0:10
Vi224-Oct-05 0:10 
Right, but how does the interface allow me to export my object?

As usual IPersist* interface. If you try to find some export interface, so you can use the exact IPersistFile. If you aren't able to choice the export interface, you should implement the exact one required by client.
I would guess the correct format by evaluating the file extension, but that won't work if want to stream the content instead of writing it to a file (IPersistStream).

The stream stores the binary data which presents this object (see OleLoadFromStream). There is no matter which format the object used to be stored.


With best wishes,
Vita
GeneralRe: Which COM interface to export an object into a particular format Pin
Carsten Leue24-Oct-05 5:14
Carsten Leue24-Oct-05 5:14 
General[Message Deleted] Pin
Carsten Leue24-Oct-05 5:14
Carsten Leue24-Oct-05 5:14 
Questionsuggest a good book for COM Pin
einishant21-Oct-05 3:01
einishant21-Oct-05 3:01 
AnswerRe: suggest a good book for COM Pin
Carsten Leue21-Oct-05 22:40
Carsten Leue21-Oct-05 22:40 
GeneralRe: suggest a good book for COM Pin
einishant22-Oct-05 2:05
einishant22-Oct-05 2:05 
GeneralRe: suggest a good book for COM Pin
Gizzo25-Oct-05 6:59
Gizzo25-Oct-05 6:59 
Questionnumnericupdown problem Pin
Mridang Agarwalla20-Oct-05 9:57
Mridang Agarwalla20-Oct-05 9:57 
Questionwindows update Pin
Mridang Agarwalla20-Oct-05 9:54
Mridang Agarwalla20-Oct-05 9:54 
QuestionIdentity impersonation per page - possible? Pin
minette20-Oct-05 0:08
minette20-Oct-05 0:08 
QuestionGoing insane over this Pin
odiesback19-Oct-05 5:44
odiesback19-Oct-05 5:44 
AnswerRe: Going insane over this Pin
Roger Stoltz20-Oct-05 0:07
Roger Stoltz20-Oct-05 0:07 
GeneralRe: Going insane over this Pin
odiesback20-Oct-05 7:04
odiesback20-Oct-05 7:04 
GeneralRe: Going insane over this Pin
Roger Stoltz24-Oct-05 22:22
Roger Stoltz24-Oct-05 22:22 
GeneralRe: Going insane over this Pin
odiesback25-Oct-05 5:04
odiesback25-Oct-05 5:04 
AnswerRe: Going insane over this Pin
Roger Stoltz25-Oct-05 12:03
Roger Stoltz25-Oct-05 12:03 
GeneralRe: Going insane over this Pin
odiesback25-Oct-05 13:46
odiesback25-Oct-05 13:46 
GeneralRe: Going insane over this Pin
Roger Stoltz25-Oct-05 21:41
Roger Stoltz25-Oct-05 21:41 

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.