ICSSFilter

ICSSFilter


This interface is implemented by a control that is being used as a filter.

ICSSFilter Methods
OnAmbientPropertyChange   SetSite

ICSSFilter::OnAmbientPropertyChange

HRESULT OnAmbientPropertyChange(
    LONG dispid
);

Notifies the filter of an ambient property change in the element.

dispid
Long integer value that contains the DISPID of the property.

ICSSFilter::SetSite

HRESULT SetSite(
    ICSSFilterSite *pSink
);

Initializes the site being filtered.

pSink
Address of an ICSSFilterSite interface of the site that will be filtered.

© 1997 Microsoft Corporation. All rights reserved. Terms of Use.