Marshal::GetTypeLibLcid Method (UCOMITypeLib^)
.NET Framework (current version)
Note: This API is now obsolete.
Namespace:
System.Runtime.InteropServices
Assembly: mscorlib (in mscorlib.dll)
Return to top
Retrieves the LCID of a type library.
Assembly: mscorlib (in mscorlib.dll)
public: [SecurityCriticalAttribute] [ObsoleteAttribute("Use System.Runtime.InteropServices.Marshal.GetTypeLibLcid(ITypeLib pTLB) instead. http://go.microsoft.com/fwlink/?linkid=14202&ID=0000011.", false)] static int GetTypeLibLcid( UCOMITypeLib^ pTLB )
Parameters
- pTLB
-
Type:
System.Runtime.InteropServices::UCOMITypeLib^
The type library whose LCID is to be retrieved.
SecurityCriticalAttribute
requires full trust for the immediate caller. This member cannot be used by partially trusted or transparent code.
.NET Framework
Available since 1.1
Available since 1.1
Show: