¡@

Home 

c++ Programming Glossary: clsid

Using a DirectShow filter without registering it, via a private CoCreateInstance

http://stackoverflow.com/questions/11191996/using-a-directshow-filter-without-registering-it-via-a-private-cocreateinstance

This example omits error handling. hr CoCreateInstance CLSID_CaptureGraphBuilder2 NULL CLSCTX_INPROC_SERVER IID_ICaptureGraphBuilder2.. IID_ICaptureGraphBuilder2 void pBuild hr CoCreateInstance CLSID_FilterGraph NULL CLSCTX_INPROC_SERVER IID_IGraphBuilder void.. a pointer to the file sink. IUnknownPtr pUnk static CLSID const clsid 0x025BE2E4 0x1787 0x4DA4 0xA5 0x85 0xC5 0xB2 0xB9..

DirectShow code crashes after exit (PushSourceDesktop sample)

http://stackoverflow.com/questions/11249298/directshow-code-crashes-after-exit-pushsourcedesktop-sample

pBuild CComPtr IUnknown pUnk hr CoCreateInstance CLSID_CaptureGraphBuilder2 NULL CLSCTX_INPROC_SERVER IID_ICaptureGraphBuilder2.. IID_ICaptureGraphBuilder2 void pBuild hr CoCreateInstance CLSID_FilterGraph NULL CLSCTX_INPROC_SERVER IID_IGraphBuilder void.. void pGraph hr pBuild SetFiltergraph pGraph static CLSID const clsid 0x4ea6930a 0x2c8a 0x4ae6 0xa5 0x61 0x56 0xe4 0xb5..

Virtual Webcam Driver

http://stackoverflow.com/questions/1627448/virtual-webcam-driver

an output FALSE Can we have none FALSE Can we have many CLSID_NULL Connects to filter NULL Connects to pin 1 Number of types.. Pin details const AMOVIESETUP_FILTER s_Filter CLSID_MyFilter Filter CLSID L bla String name MERIT_DO_NOT_USE Filter.. const AMOVIESETUP_FILTER s_Filter CLSID_MyFilter Filter CLSID L bla String name MERIT_DO_NOT_USE Filter merit 1 Number pins..

How to retrieve the Interface ID of a COM class so that it can be passed to CoCreateInstance?

http://stackoverflow.com/questions/2313432/how-to-retrieve-the-interface-id-of-a-com-class-so-that-it-can-be-passed-to-cocr

appreciated See How Do I Get This below HRESULT hResult CLSID ClassID void pInterface if hResult SUCCEEDED CoInitialize NULL.. if hResult SUCCEEDED CoInitialize NULL return 1 if S_OK CLSIDFromProgID OLESTR Scripting.FileSystemObject ClassID hResult.. of the help seems to work perfectly now HRESULT hResult CLSID ClassID IClassFactory pClf void pVdb if hResult SUCCEEDED CoInitialize..

How to list all installed ActiveX controls?

http://stackoverflow.com/questions/2755351/how-to-list-all-installed-activex-controls

ICatInformation catInfo NULL HRESULT hr CoCreateInstance CLSID_StdComponentCategoriesMgr NULL CLSCTX_INPROC_SERVER IID_ICatInformation.. 1 catidImpl 0 catidReqd enumGuid Enumerate through the CLSIDs until there is no more. CLSID clsid while hr enumGuid Next.. Enumerate through the CLSIDs until there is no more. CLSID clsid while hr enumGuid Next 1 clsid NULL S_OK BSTR name Obtain..

What is COM (Component Object Model) in a nutshell? [closed]

http://stackoverflow.com/questions/455687/what-is-com-component-object-model-in-a-nutshell

. You can look in the registry under HKEY_CLASSES_ROOT CLSID each GUID in there is most probably an identifier for a COM..

Developing Internet Explorer Extensions?

http://stackoverflow.com/questions/5643819/developing-internet-explorer-extensions

key.SetValue ButtonText Highlighter options key.SetValue CLSID 1FBA04EE 3024 11d2 8F1F 0000F87ABD16 key.SetValue ClsidExtension..

Fastest Method to Split a 32 Bit number into Bytes in C++

http://stackoverflow.com/questions/741212/fastest-method-to-split-a-32-bit-number-into-bytes-in-c

a piece of code designed to do some data compression on CLSID structures. I'm storing them as a compressed stream of 128 bit.. the code in question has to be able to place invalid CLSIDs into the stream. In order to do this I have left them as one..

Windows CD Burning API

http://stackoverflow.com/questions/82993/windows-cd-burning-api

0x11D3 0x91 0x44 0x00 0x10 0x4B 0xA1 0x1C 0x5E const CLSID CLSID_MSDiscMasterObj 0x520CCA63 0x51A5 0x11D3 0x91 0x44 0x00.. 0x11D3 0x91 0x44 0x00 0x10 0x4B 0xA1 0x1C 0x5E const CLSID CLSID_MSDiscMasterObj 0x520CCA63 0x51A5 0x11D3 0x91 0x44 0x00 0x10.. 0x4d42 0xaf 0xc0 0x51 0x21 0xba 0x42 0x5c 0x8d const CLSID CLSID_CDBurn 0xfbeb8a05 0xbeee 0x4442 0x80 0x4e 0x40 0x9d 0x6c..

Using SqlServer CE without installation

http://stackoverflow.com/questions/9102471/using-sqlserver-ce-without-installation

spDBInitialize HRESULT hr spDBInitialize.CreateInstance CLSID_SQLSERVERCE35 NULL Note that the machine is clean and the code.. does the following Looks up your CLSID in the Windows Registry under HKEY_CLASSES_ROOT CLSID Determines.. your CLSID in the Windows Registry under HKEY_CLASSES_ROOT CLSID Determines DLL from InProcServer Calls LoadLibrary on the DLL..

Using a DirectShow filter without registering it, via a private CoCreateInstance

http://stackoverflow.com/questions/11191996/using-a-directshow-filter-without-registering-it-via-a-private-cocreateinstance

to the file sink. IUnknownPtr pUnk static CLSID const clsid 0x025BE2E4 0x1787 0x4DA4 0xA5 0x85 0xC5 0xB2 0xB9 0xEE 0xB5.. 0xA5 0x85 0xC5 0xB2 0xB9 0xEE 0xB5 0x7C static CLSID const clsid 0x5FD85181 0xE542 0x4e52 0x8D 0x9D 0x5D 0x61 0x3C 0x30 0x13.. HRESULT hr CreateObjectFromPath TEXT c filters mp4mux.dll clsid pUnk if SUCCEEDED hr IBaseFilterPtr pFilter pUnk HRESULT hr..

DirectShow code crashes after exit (PushSourceDesktop sample)

http://stackoverflow.com/questions/11249298/directshow-code-crashes-after-exit-pushsourcedesktop-sample

pGraph hr pBuild SetFiltergraph pGraph static CLSID const clsid 0x4ea6930a 0x2c8a 0x4ae6 0xa5 0x61 0x56 0xe4 0xb5 0x4 0x44 0x37.. hr CreateObjectFromPath TEXT c filters PushSource.dll clsid pUnk pFilterr pUnk if SUCCEEDED hr HRESULT hr pGraph AddFilter..

How do I use a COM DLL with LoadLibrary in C++

http://stackoverflow.com/questions/2187425/how-do-i-use-a-com-dll-with-loadlibrary-in-c

located. When you call CoCreateInstance Windows looks the clsid up in the Windows Registry finds the corresponding DLL loads..

How to list all installed ActiveX controls?

http://stackoverflow.com/questions/2755351/how-to-list-all-installed-activex-controls

Enumerate through the CLSIDs until there is no more. CLSID clsid while hr enumGuid Next 1 clsid NULL S_OK BSTR name Obtain full.. there is no more. CLSID clsid while hr enumGuid Next 1 clsid NULL S_OK BSTR name Obtain full name OleRegGetUserType clsid.. NULL S_OK BSTR name Obtain full name OleRegGetUserType clsid USERCLASSTYPE_FULL name Do something with the string printf..