windows-nt/Source/XPSP1/NT/multimedia/dshow/mfvideo/mswebdvd/mslcid.h

26 lines
442 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
/*************************************************************/
/* Name: MSLCID.h
/* Description:
/*************************************************************/
#ifndef MSLCID_H_INCLUDE
#define MSLCID_H_INCLUDE
class MSLangID
{
public:
virtual ~MSLangID() {};
MSLangID();
struct LanguageList
{
UINT ResourceID;
WORD LangID;
};
int m_LLlength;
LanguageList* m_LL;
LPTSTR GetLangFromLangID(WORD langID);
};
#endif