PyIStorage.CreateStream

PyIStream = CreateStream(pwcsName, grfMode , reserved1 , reserved2 )

Creates and opens a stream object with the specified name contained in this storage object. All elements within a storage object — both streams and other storage objects — are kept in the same name space.

Parameters

pwcsName : string

Name of the new stream

grfMode : int

Specifies the access mode to use when opening the newly created stream.

reserved1=0 : int

Reserved - must be zero.

reserved2=0 : int

Reserved - must be zero.