NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

UCOMITypeInfo.GetContainingTypeLib

[To be supplied.]

[Visual Basic]
Sub GetContainingTypeLib( _
   ByRef ppTLB As UCOMITypeLib, _
   ByRef pIndex As Integer _
)
[C#]
void GetContainingTypeLib(
   ref UCOMITypeLib ppTLB,
   ref int pIndex
);
[C++]
void GetContainingTypeLib(
   UCOMITypeLib** ppTLB,
   int** pIndex
) = 0;
[JScript]
function GetContainingTypeLib(
   ppTLB : UCOMITypeLib,
   pIndex : int
);

Parameters

ppTLB
[To be supplied.]
pIndex
[To be supplied.]

See Also

UCOMITypeInfo Interface | UCOMITypeInfo Members | System.Runtime.InteropServices Namespace