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. ====== Stat ====== Method of [[:scripting:api:stream:start|IStream]] ===== Description ===== ===== Parameters ===== * [[scripting:api:data-type:tagSTATSTG|tagSTATSTG]] **pstatstg** (output) * [[scripting:api:data-type:ULONG|ULONG]] **grfStatFlag** ===== Syntax ===== ==== JavaScript ==== <code javascript> Stream.Stat(pstatstg, grfStatFlag); </code>==== Visual Basic Script ==== <code vb> Stream.Stat pstatstg, grfStatFlag </code>==== C++ ==== <code cpp> HRESULT hr = Stream.Stat(&pstatstg, grfStatFlag); </code>===== See Also ===== [[:scripting:api:stream:start|IStream]] ~~NOTOC~~