📄 mystructs.h
字号:
/****************************************************************
CST 238 GUI Project.
Windows interface to digital camera senior project.
Filename: mystructs.h
Compiler: MSVC 6.0
Author: Ryan Henderson
mystructs.h
Just a header file to define some commonly used structures.
****************************************************************/
#ifndef MYSTRUCTS
#define MYSTRUCTS
typedef struct
{
HWND hwnd;
hardware_interface* hi;
image_manip* im;
}
PARAMS, *PPARAMS;
typedef struct
{
RGBQUAD rgbqAdj;
}
CAMCTR_DATA;
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -