⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 win32explrexport.h

📁 一个类似于写字板的程序
💻 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 + -