THTTPFilterHandle Class Reference
#include
<mw/http/thttpfilterhandle.h>
Detailed Description
A Filter registration handle. This identifies a particular filter registration, and is passed to the filter in MHFLoad. It 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 them for equality.
Member Enumeration Documentation
Enum TStandardValues
Alisases for the client, and the filters you're most likely to want to refer to.
Enumerator | Value | Description |
---|
EUndefined | 0 | |
EClient | -1 | |
EProtocolHandler | -2 | |
ECurrentFilter | -3 | |
Constructor & Destructor Documentation
THTTPFilterHandle ( TStandardValues )
Member Function Documentation
operator!= ( THTTPFilterHandle )
operator== ( THTTPFilterHandle )