📄 easyd12_supp.h
字号:
// EasyD12_supp.h : supplement header file for EasyD12.dll
// Author: DLL to Lib version 1.42
// Date: Sunday, July 24, 2005
// Description: The declaration of the EasyD12.dll's entry-point function.
// Prototype: BOOL WINAPI xxx_DllMain(HINSTANCE hinstance, DWORD fdwReason, LPVOID lpvReserved);
// Parameters:
// hinstance
// Handle to current instance of the application. Use AfxGetInstanceHandle()
// to get the instance handle if your project has MFC support.
// fdwReason
// Specifies a flag indicating why the entry-point function is being called.
// lpvReserved
// Specifies further aspects of DLL initialization and cleanup. Should always
// be set to NULL;
// Comment: Please see the help document for detail information about the entry-point
// function
// Homepage: http://www.binary-soft.com
// Technical Support: support@binary-soft.com
/////////////////////////////////////////////////////////////////////
#if !defined(D2L_EASYD12_SUPP_H__33472E62_4199_4889_3901_4C9F3B8E27D8__INCLUDED_)
#define D2L_EASYD12_SUPP_H__33472E62_4199_4889_3901_4C9F3B8E27D8__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#ifdef __cplusplus
extern "C" {
#endif
#include <windows.h>
/* This is EasyD12.dll's entry-point function. You should call it to do necessary
initialization and finalization. */
BOOL WINAPI EASYD12_DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved);
#ifdef __cplusplus
}
#endif
#endif // !defined(D2L_EASYD12_SUPP_H__33472E62_4199_4889_3901_4C9F3B8E27D8__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -