ILocalRegistry.GetTypeLibOfClsid 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.
Overloads
GetTypeLibOfClsid(Guid, ITypeLib) |
Not implemented. Do not use. |
GetTypeLibOfClsid(Guid, ITypeLib) |
GetTypeLibOfClsid(Guid, ITypeLib)
Not implemented. Do not use.
public:
int GetTypeLibOfClsid(Guid clsid, [Runtime::InteropServices::Out] Microsoft::VisualStudio::OLE::Interop::ITypeLib ^ % pptLib);
public int GetTypeLibOfClsid (Guid clsid, out Microsoft.VisualStudio.OLE.Interop.ITypeLib pptLib);
abstract member GetTypeLibOfClsid : Guid * ITypeLib -> int
Public Function GetTypeLibOfClsid (clsid As Guid, ByRef pptLib As ITypeLib) As Integer
Parameters
- clsid
- Guid
Do not use.
- pptLib
- ITypeLib
Do not use.
Returns
Applies to
GetTypeLibOfClsid(Guid, ITypeLib)
public:
int GetTypeLibOfClsid(Guid clsid, [Runtime::InteropServices::Out] System::Runtime::InteropServices::ComTypes::ITypeLib ^ % pptLib);
public int GetTypeLibOfClsid (Guid clsid, out System.Runtime.InteropServices.ComTypes.ITypeLib pptLib);
abstract member GetTypeLibOfClsid : Guid * ITypeLib -> int
Public Function GetTypeLibOfClsid (clsid As Guid, ByRef pptLib As ITypeLib) As Integer
Parameters
- clsid
- Guid
- pptLib
- ITypeLib
Returns
Remarks
This method is safe to access from any thread.