How to generate class ID and IID? How to register and unregister COM or DirectShow filters?
Use tools in ...\Microsoft Visual
Studio\Common\Tools\GUIDGEN.EXE
static const GUID
CLSID_Direct2DVideoRenderer2 =
{ 0x949214bf,
0x32bf, 0x4610, { 0xb9, 0x5e, 0x93, 0xd0, 0xf2, 0xf, 0xbd, 0xff } };
//
{34E5B77C-CCBA-4EC0-88B5-BABF6CF3A1D2}
static const GUID IID_IVideoRenderer2
=
{ 0xadad0828,
0xc31e, 0x4b64, { 0xa6, 0xfa, 0x57, 0x78, 0x57, 0x6d, 0x59, 0xeb } };
How to register or unregister COM
or directshow filters?
C:\Windows\System32\regsvr32
D2DVideoRenderer.ax
C:\Windows\System32\regsvr32 /u
D2DVideoRenderer.ax

0 Comments:
Post a Comment
<< Home