Creates an IStream object from binary or string data using SHCreateMemStream.
_StreamCreateFromData($vData, ByRef $iSize)
| $vData | Binary or string data to create the stream from. |
| $iSize | [out] Size of the allocated buffer in bytes. |
| Success: | IStream COM object. |
| Failure: | 0, sets @error to: 1 - Memory allocation failed. 2 - Stream creation failed. |