|
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.
Related Links
Software for Delphi and C++ Builder developers
Software for Visual Studio .NET developers
Software for Visual Basic 6 developers
Delphi Tips&Tricks
MegaDetailed.NET
TMS Scripter Studio Pro components for Delphi/C++Builder
More Online Helps
Win32 Multimedia Programmer's Reference (mmedia.hlp)
OLE Programmer's Reference (ole.hlp)
Microsoft Windows Pen API Programmer's Reference (penapi.hlp)
Microsoft Windows Sockets 2 Reference (sock2.hlp)
Microsoft Windows Telephony API (TAPI) Programmer's Reference (tapi.hlp)
Unix Manual Pages
|