IStream.Clone(IStream) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a new stream object with its own seek pointer that references the same bytes as the original stream.
public:
void Clone([Runtime::InteropServices::Out] System::Runtime::InteropServices::ComTypes::IStream ^ % ppstm);
public void Clone (out System.Runtime.InteropServices.ComTypes.IStream ppstm);
abstract member Clone : IStream -> unit
Public Sub Clone (ByRef ppstm As IStream)
Parameters
- ppstm
- IStream
When this method returns, contains the new stream object. This parameter is passed uninitialized.
Remarks
For more information, see the existing documentation for IStream::Clone.
Applies to
Sodelujte z nami v storitvi GitHub
Vir za to vsebino najdete v storitvi GitHub, kjer lahko tudi ustvarite in pregledate težave in zahtevke za uveljavitev sprememb. Če želite več informacij, glejte naš vodnik za sodelavce.