|
|
|
Location:
http\thttpfilterhandle.h
Link against: http.lib
class THTTPFilterHandle
Supported from 7.0
A filter registration handle.
This identifies a particular filter registration and is used to identify filters for deletion and for locating the start point for sending events. It is an opaque class: all you need to be able to do with it is to compare objects for equality.
A handle is passed to the filter in MHTTPFilter::MHFLoad().
Defined in THTTPFilterHandle:
EClient, ECurrentFilter, EProtocolHandler, EUndefined, THTTPFilterHandle(), TStandardValues, iValue, operator!=(), operator==()
inline TBool operator ==(THTTPFilterHandle aThat) const;
Equality operator.
|
|
inline TBool operator !=(THTTPFilterHandle aThat) const;
Inequality operator.
|
|
THTTPFilterHandle()inline THTTPFilterHandle(TStandardValues aVal=EUndefined);
This is internal and not intended for use.
TStandardValuesTStandardValues
This is internal and not intended for use.
|