IStream.Stat(STATSTG, Int32) 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.
Retrieves the STATSTG structure for this stream.
public:
void Stat([Runtime::InteropServices::Out] System::Runtime::InteropServices::ComTypes::STATSTG % pstatstg, int grfStatFlag);
public void Stat (out System.Runtime.InteropServices.ComTypes.STATSTG pstatstg, int grfStatFlag);
abstract member Stat : STATSTG * int -> unit
Public Sub Stat (ByRef pstatstg As STATSTG, grfStatFlag As Integer)
Parameters
- pstatstg
- STATSTG
When this method returns, contains a STATSTG
structure that describes this stream object. This parameter is passed uninitialized.
- grfStatFlag
- Int32
Members in the STATSTG
structure that this method does not return, thus saving some memory allocation operations.
Remarks
For more information, see the existing documentation for IStream::Stat.
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.