The Script Enumeration Object is used to retrieve a list of all the scripts on the system.
Object Information
CLSID Not available Implementation System (Mlang.dll) Header and IDL files Mlang.h, Mlang.idl Minimum availability Internet Explorer 4.0 Minimum operating systems Windows 95, Windows NT
Windows CE
Windows CE Use version 2.12 and later Minimum availability Internet Explorer 4.0
Creation/Access Functions
IMultiLanguage2::EnumScripts Creates a Script Enumeration Object, initializes it with the specified SCRIPTINFO constants, and retrieves the corresponding IEnumScript interface.
Interfaces Implemented
IEnumScript This interface enumerates the scripts on the system.
Remarks
Use IMultiLanguage2::EnumScripts to retrieve an IEnumScript interface pointer, and then use IEnumScript methods such as Next and Skip to enumerate the scripts.
See Also