// Get instance of filter admin object.
hr = CoCreateInstance(
CLSID_FWXFilterAdmin,
NULL,
CLSCTX_SERVER,
IID_IFWXFilterAdmin,
(void**)&ifa);
I can do CCI for IUnknown, but the FilterAdmin object doesn't seem to
support IFWXFilterAdmin anymore. Does anyone know if this has changed
for ISA 2004?
Thanks!
John Duddy