📄 source10.h
字号:
// source10.h : main header file for the SOURCE10 DLL
#ifndef __AFXWIN_H__
#error include 'stdafx.h' before including this file for PCH
#endif
#include "resource.h"
#include "twain.h"
////////////////////////////////////////////////////////////////////////////
TW_UINT16 CALLBACK DS_Entry(pTW_IDENTITY pSrc, TW_UINT32 DG,
TW_UINT16 DAT, TW_UINT16 MSG,
TW_MEMREF pData);
////////////////////////////////////////////////////////////////////////////
class CSource10App : public CWinApp
{
public:
CSource10App();
//{{AFX_VIRTUAL(CSource10App)
public:
virtual BOOL InitInstance();
//}}AFX_VIRTUAL
//{{AFX_MSG(CSource10App)
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -