D
David
I have a funtion that returns a MemroyStream, but the MemroyStream may
or may not be return a stream with data if there is an error in the
function. What is the proper way to return a MemroyStream to the
caller so that they will have no issues? I could return a NULL, but
this raises other issues.
Thanks
or may not be return a stream with data if there is an error in the
function. What is the proper way to return a MemroyStream to the
caller so that they will have no issues? I could return a NULL, but
this raises other issues.
Thanks