The GuidGen class defines a COM object that can be used to generate GUID values in a scripting environment. This class of object is useful when low-level COM library functions cannot be accessed directly, such as in a Windows Scripting Host (WSH) script or an ASP script.
COM Class Identification
The following values can be used to identify this COM class. These values are set in the registry when the Site Server 3.0 product is installed.
Programmatic Identifier
Membership.GuidGen.1
CLSID
CB7865A2-E677-11D0-BDC7-00C04FB6163F
COM Class Name
GuidGen
Type Information
Type library information about this COM class and its associated interfaces can be found as a resource in the following dynamic link library:
c:\microsoft site server\bin\p&m\autoobj.dll
It exports the standard ITypeLib COM interface.
Interfaces
The GuidGen COM class exposes the custom dual interface IGuidGen. Client applications may access the method via the COM interface IGuidGen or through the dispinterface IGuidGen via the IDispatch interface.