Commit Method
Collapse the table of content
Expand the table of content

IStream.Commit Method

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Ensures that any changes made to a stream object that is open in transacted mode are reflected in the parent storage.

Namespace:  System.Runtime.InteropServices.ComTypes
Assembly:  mscorlib (in mscorlib.dll)

'Declaration
Sub Commit ( _
	grfCommitFlags As Integer _
)

Parameters

grfCommitFlags
Type: System.Int32
A value that controls how the changes for the stream object are committed.

For more information, see the existing documentation for IStream::Commit in the MSDN Library.

Windows Phone OS

Supported in: 8.1, 8.0

Show:
© 2017 Microsoft