IActiveScript.AddTypeLib(Guid, UInt32, UInt32, UInt32) 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.
public:
int AddTypeLib(Guid % rguidTypeLib, System::UInt32 dwMajor, System::UInt32 dwMinor, System::UInt32 dwFlags);
public int AddTypeLib(ref Guid rguidTypeLib, uint dwMajor, uint dwMinor, uint dwFlags);
abstract member AddTypeLib : Guid * uint32 * uint32 * uint32 -> int
Public Function AddTypeLib (ByRef rguidTypeLib As Guid, dwMajor As UInteger, dwMinor As UInteger, dwFlags As UInteger) As Integer
Parameters
- rguidTypeLib
- Guid
- dwMajor
- UInt32
- dwMinor
- UInt32
- dwFlags
- UInt32