다음을 통해 공유


UCOMIStream.Stat(STATSTG, Int32) 메서드

정의

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

public:
 void Stat([Runtime::InteropServices::Out] System::Runtime::InteropServices::STATSTG % pstatstg, int grfStatFlag);
public void Stat (out System.Runtime.InteropServices.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 MSDN 라이브러리에서.

적용 대상