This method of the IStream Interface retrieves the STATSTG structure for the current stream. (This structure contains statistical information about the current stream.)
public void Stat(STATSTG pstatstg, int grfStatFlag);
pstatstg | A STATSTG structure that contains the returned statistical information. |
grfStatFlag | A flag that indicates whether to return a name in the STATSTG structure; the value must be STATFLAG_DEFAULT or STATFLAG_NONAME. |