|
|
|
Location:
http\TFilterInformation.h
Link against: http.lib
struct TFilterInformation
Supported from 7.0
Holds information about the current filter.
This structure simply contains public members containing the display name, data type, version, UID, category and install status.
Defined in TFilterInformation:
EExplicitFilter, EImplicitFilter, TFilterCategory, iDataType, iDisplayName, iFilterCategory, iFilterUid, iInstallStatus, iVersion
const TDesC& iDisplayName;
A constant reference to the descriptor containing the filter's display name.
const TDesC8& iDataType;
A constant reference to the descriptor containing the filter's data type.
TBool iInstallStatus;
The install status of the filter.
This is ETrue if installed, otherwise EFalse.
TFilterCategory
Defines the filter categories available to the client.
|