![]() |
Gray C++ Libraries
0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
|
#include <cMime.h>
Static Public Member Functions | |
static const char *__stdcall | GetMimeTypeName (MIME_TYPE eMimeType) |
static MIME_TYPE __stdcall | FindMimeTypeName (const char *pszName) |
static MIME_TYPE __stdcall | FindMimeTypeForExt (const char *pszExt, MIME_TYPE eMimeTypeDefault=MIME_UNKNOWN) |
Static Public Attributes | |
static const char *const | k_aszMimeType [MIME_QTY+1] |
Predefined known types. More... | |
static const char *const | k_aszMimeExt [(MIME_QTY *2)+1] |
Declare all the file types that the app might want to use. _WIN32 registry calls MIME name strings "Content Type" HTTP calls this "Content-Type"
|
static |
For a given file '.ext', find the MIME_TYPE for it. CMIMEType
NOT exactly the same as Str_TableFindHead() ?
|
static |
|
static |
Predefined known types.