다음을 통해 공유


ITypeLib2.GetLibStatistics(IntPtr, Int32) 메서드

정의

해시 테이블의 크기를 효율적으로 조정하는 데 필요한 형식 라이브러리에 대한 통계를 반환합니다.

public:
 void GetLibStatistics(IntPtr pcUniqueNames, [Runtime::InteropServices::Out] int % pcchUniqueNames);
public void GetLibStatistics (IntPtr pcUniqueNames, out int pcchUniqueNames);
abstract member GetLibStatistics : nativeint * int -> unit
Public Sub GetLibStatistics (pcUniqueNames As IntPtr, ByRef pcchUniqueNames As Integer)

매개 변수

pcUniqueNames
IntPtr

nativeint

고유 이름의 개수에 대한 포인터입니다. 호출자가 이 정보를 필요로 하지 않으면 null로 설정합니다.

pcchUniqueNames
Int32

이 메서드가 반환될 때 고유 이름 개수의 변경 내용에 대한 포인터를 포함합니다. 이 매개 변수는 초기화되지 않은 상태로 전달됩니다.

설명

자세한 내용은 ITypeLib2::GetLibStatistics 메서드를 참조하세요.

적용 대상