IStream.Stat(STATSTG, Int32) 메서드

정의

이 스트림에 대한 STATSTG 구조체를 검색합니다.

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)

매개 변수

pstatstg
STATSTG

이 메서드는 반환될 때 이 스트림 개체를 설명하는 STATSTG 구조체를 포함합니다. 이 매개 변수는 초기화되지 않은 상태로 전달됩니다.

grfStatFlag
Int32

이 메서드가 반환되지 않으므로 메모리 할당 작업이 없는 STATSTG 구조체의 멤버입니다.

설명

자세한 내용은 IStream::Stat에 대한 기존 설명서를 참조하세요.

적용 대상