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!

Marshal.GetTypeLibName

[To be supplied.]

[Visual Basic]
Public Shared Function GetTypeLibName( _
   ByVal pTLB As UCOMITypeLib _
) As String
[C#]
public static string GetTypeLibName(
   UCOMITypeLib pTLB
);
[C++]
public: static String* GetTypeLibName(
   UCOMITypeLib* pTLB
);
[JScript]
public static function GetTypeLibName(
   pTLB : UCOMITypeLib
) : String;

Parameters

pTLB
[To be supplied.]

See Also

Marshal Class | Marshal Members | System.Runtime.InteropServices Namespace