Top "Clsid" questions

A CLSID is a globally unique identifier that identifies a COM class object.

Windows 64-bit registry v.s. 32-bit registry

I heard on Windows x64 architecture, in order to support to run both x86 and x64 application, there is two …

com registry x86 64-bit clsid
How to find a DLL given a CLSID?

I have a situation in which a managed DLL calls some unmanaged DLL. I know the CLSID of the unmanaged …

dll clsid
Retrieving the COM class factory for component with CLSID {000209FF-0000-0000-C000-000000000046} failed due to the following error: 8000401a

Retrieving the COM class factory for component with CLSID {000209FF-0000-0000-C000-000000000046} failed due to the following error: 8000401a. …

com ms-word components clsid
regsvr32 doesn't create any entries in registry

I have a problem trying to register DLL. My OS is Windows 7 (x64). I do it in two different ways: 1) …

dll regsvr32 clsid
Getting CLSID for a DLL file?

I want to create a small app to add and remove user defined context menu entries from the registry. To …

windows com dll clsid
Does GDI+ have standard image encoder CLSIDs?

The GDI+ Image::Save method requires a CLSID parameter to specify the encoder to use. The documentation points to some …

c++ winapi gdi+ clsid