Microsoft SDK for Java

Stat

This method of the IStream Interface retrieves the STATSTG structure for the current stream. (This structure contains statistical information about the current stream.)

Syntax

public void Stat(STATSTG pstatstg, int grfStatFlag);

Parameters

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.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.