Contents Index Topic Contents | ||
Previous Topic: SOFIELD Next Topic: SOGROUPINFO |
SOFILTERINFO
Contains information identifying the file parser.
Syntax
typedef struct SOFILTERINFOtag { INT wFilterCharSet; U_BYTE szFilterName[32]; } 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.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.