BindIFilterFromStream
COM
1
Posts
1
Posters
0
Views
1
Watching
-
I'm being driven slowly mad trying to figure out how to make this function work! I have a word document that I have in memory, and place this in an IStream derived class. When I try to BindIFilterFromStream, the Stat method in my class is called, then BindIFilterFromStream returns E_FAIL. It doesn't seem to even inspect the data held in the stream. Are there some special values I need to set during Stat? Does this function even actually work?