clsid
COM : retrieve good CLSID
I have a little problem with th开发者_Python百科e CLSID. I have a (hooked) function which has in param a REFCLSID.[详细]
2023-03-19 03:54 分类:问答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) Using regsvr32. I get message \"DllRegisterServer ... succeedeed\", nevertheless I can\'t find m[详细]
2023-03-15 04:47 分类:问答Throwing error on OpenFileDialog.Showdialog in c#.net
I am developing a windows application in XP machine.in my one form i have one text box for showing the selected file with path from openfiledialog box.and the other control is button to call the openf[详细]
2023-03-06 04:35 分类:问答COM interface Photoshop compatibility issue
We\'re writing a simple .NET C# COM applicaton for Photoshop, which is designed to run on all versions from CS2 to CS5 and everything in between. The same application also exists in JavaScript form an[详细]
2023-03-04 16:00 分类:问答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 sample code for getting the encoder associated with a particular MIME type, such[详细]
2023-02-17 18:17 分类:问答Create a modified own Com Object in the registry
I want to modified the Internet Explorer CLSID element in the registry: (HKEY_CLASSES开发者_开发技巧_ROOT\\CLSID{0002DF01-0000-0000-C000-000000000046} )[详细]
2023-01-21 21:08 分类:问答How to get CLSID variable name, like MSVC?
When you are debugging a program and you hover over a GUID variable, MSVC retrieves both the variable name (e.g. CLSID_FilterGraph) and the human name (e.g. Filter Graph Object).[详细]
2023-01-15 02:57 分类:问答Using DirectShow filters outside DirectShow?
I\'m currently dealing with Windows Media Foundation. However, due to some problems with the Microsoft H.264 de开发者_StackOverflow社区coder and some missing decoders for custom format, I\'d like to k[详细]
2023-01-10 22:26 分类:问答Getting notified about new COM server registration
I\'m trying to find a way to identify a newly registered or unregistered (via regsvr32) COM servers, which are added to the registry (CLSID). Is there any callba开发者_运维知识库ck function I can use?[详细]
2022-12-30 05:57 分类:问答COM class factory error
I am getting the following error on my workstation when I am trying to work with a COM object. An unhandled exception of type[详细]
2022-12-18 05:13 分类:问答