ITypeLib2.GetLibStatistics(IntPtr, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns statistics about a type library that are required for efficient sizing of hash tables.
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)
Parameters
- pcUniqueNames
-
IntPtr
nativeint
A pointer to a count of unique names. If the caller does not need this information, set to null
.
- pcchUniqueNames
- Int32
When this method returns, contains a pointer to a change in the count of unique names. This parameter is passed uninitialized.
Remarks
For more information, see ITypeLib2::GetLibStatistics method.