highlight.h
来自「solidworks二次开发中」· C头文件 代码 · 共 26 行
H
26 行
// ========================================================================
//
// 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 + =
减小字号Ctrl + -
显示快捷键?