IStream for files
-
What is the best way to get an IStream interface pointer on an existing file? I am using Visual C++ 6.0. Man Learns from History that he never learns from History
-
What is the best way to get an IStream interface pointer on an existing file? I am using Visual C++ 6.0. Man Learns from History that he never learns from History
AFAIK, there is no known implementation for files. I implemented it myself, which is pretty straight forward. -- Ich bin Joachim von Hassel, und ich bin Pilot der Bundeswehr. Welle: Erdball - F104-G Starfighter
-
AFAIK, there is no known implementation for files. I implemented it myself, which is pretty straight forward. -- Ich bin Joachim von Hassel, und ich bin Pilot der Bundeswehr. Welle: Erdball - F104-G Starfighter
I found the SHCreateStreamOnFile function. Was wondering if there was somthing in the STG group of functions that I could use. Man Learns from History that he never learns from History
-
I found the SHCreateStreamOnFile function. Was wondering if there was somthing in the STG group of functions that I could use. Man Learns from History that he never learns from History
Hey, thanks for the function. I haven't seen it before, and certainly not in the STG headers. :beer: -- Ich bin Joachim von Hassel, und ich bin Pilot der Bundeswehr. Welle: Erdball - F104-G Starfighter