twain2/hugaotwainds/hugaotwainds.h

28 lines
930 B
C++
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

// hugaotwainds.h: hugaotwainds DLL 的主标头文件
//
#pragma once
#ifndef __AFXWIN_H__
#error "在包含此文件之前包含“stdafx.h”以生成 PCH 文件"
#endif
#include "resource.h" // 主符号
// ChugaotwaindsApp
// 有关此类实现的信息,请参阅 hugaotwainds.cpp
//
class ChugaotwaindsApp : public CWinApp
{
public:
ChugaotwaindsApp();
// 重写
public:
virtual BOOL InitInstance();
DECLARE_MESSAGE_MAP()
virtual BOOL PreTranslateMessage(MSG* pMsg);
virtual int ExitInstance();
};