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

📄 highlight.h

📁 solidworks二次开发中
💻 H
字号:
// ========================================================================
//
// Filename:	highlight.h
// Application:	C++ Application Wizard
// Contents:	Main entry point declaration
// ========================================================================

#ifndef DllExport

#define DllExport __declspec( dllexport )

extern "C"
{
	long DllExport InitUserDLL3( LPSLDWORKS pSldWorks);

	void DllExport MenuItemCB(void);
	void DllExport SaveAsCB(LPTSTR FileName, LPSLDWORKS pSolidWorks);

	void DllExport ToolbarCB0(void);
	void DllExport ToolbarCB2(void);
	void DllExport ToolbarCB4(void);
	long DllExport updateButton(void);
};

#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -