VietnameseLanguageSwitcher.c
上传用户:sesekoo
上传日期:2020-07-18
资源大小:21543k
文件大小:0k
源码类别:
界面编程
开发平台:
Visual C++
- #include <windows.h>
- BOOL APIENTRY DllMain(
- HMODULE hModule,
- DWORD ul_reason_for_call,
- LPVOID lpReserved
- )
- {
- hModule;
- ul_reason_for_call;
- lpReserved;
- return TRUE;
- }