Retrieves the name of the stream from its STATSTG structure.
_StreamGetName(ByRef $oStream)
| $oStream | IStream COM object. |
| Success: | String containing the stream name, or empty string if none. |
| Failure: | Empty string, sets @error to: 1 - Invalid stream object. 2 - Failed to get STATSTG or create structure. |