Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Can't register filters in ISA Server 2004

0 views
Skip to first unread message

John Duddy

unread,
Jun 15, 2004, 5:08:20 PM6/15/04
to
I'm trying to follow the examples for installing an application
filter, but the following code returns E_NOINTERFACE:

IFWXFilterAdmin *ifa = NULL;

// 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

0 new messages