SOFILTERINFO

Contains information identifying the file parser.

typedef struct SOFILTERINFOtag { 

    INT wFilterCharSet;      // see below

    U_BYTE szFilterName[32]; // see below

} SOFILTERINFO;

 

Members

wFilterCharSet

Character set used for text by the file parser. This member must be the SO_WINDOWS value.

szFilterName

Null-terminated string specifying the name of the file parser. The name should identify either the format of the files being parsed or the product that created the files.