This documentation is for the old version. Go to the latest Graphics Mill docs

StreamWrapper.Stat Method

Retrieves the STATSTG structure for this stream.

Namespace: Aurigma.GraphicsMill
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

Visual Basic
Public Overridable Sub Stat ( _
	ByRef pstatstg As STATSTG, _
	grfStatFlag As Integer _
)
C#
public virtual void Stat(
	ref STATSTG pstatstg,
	int grfStatFlag
)

Parameters

pstatstg

Type: System.Runtime.InteropServices.ComTypes.STATSTG %

On successful return, contains a STATSTG structure which describes this stream object.
grfStatFlag

Type: System.Int32

Specifies some of the members in the STATSTG structure that this method does not return, thus saving some memory allocation operations.

Remarks

For more information, please see the existing documentation for IStream::Stat in the MSDN library.

See Also

Reference