ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX.Storage Namespace / ComStream Class / Commit Method

In This Topic
    Commit Method (ComStream)
    In This Topic
    HRESULT IStream::Commit([In] STGC grfCommitFlags)
    Syntax
    'Declaration
     
    Public Sub Commit( _
       ByVal grfCommitFlags As CommitFlags _
    ) 
    public void Commit( 
       CommitFlags grfCommitFlags
    )

    Parameters

    grfCommitFlags
    See Also