Show pageOld revisionsBacklinksAdd to bookBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== Commit ====== Method of [[:scripting:api:stream:start|IStream]] ===== Description ===== ===== Parameters ===== * [[scripting:api:data-type:ULONG|ULONG]] **grfCommitFlags** ===== Syntax ===== ==== JavaScript ==== <code javascript> Stream.Commit(grfCommitFlags); </code>==== Visual Basic Script ==== <code vb> Stream.Commit grfCommitFlags </code>==== C++ ==== <code cpp> HRESULT hr = Stream.Commit(grfCommitFlags); </code>===== See Also ===== [[:scripting:api:stream:start|IStream]] ~~NOTOC~~