📄 win32explrexport.h
字号:
#ifndef W32EXPLR_EXPORT_H
#define W32EXPLR_EXPORT_H
#ifdef WIN32EXPLR_EXPORTS
#define W32EXPLR_API extern "C" __declspec( dllexport )
#else
#define W32EXPLR_API extern "C" __declspec( dllimport )
#endif //W32EXPLR_EXPORT
#include <windows.h>
W32EXPLR_API HWND doExplorer(HINSTANCE appInstance, HWND hParent);
#endif //W32EXPLR_EXPORT_H
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -