rc_grandlocal_supp.h
来自「PCB彩色抄板软件QuickPcb2005免安装版」· C头文件 代码 · 共 45 行
H
45 行
// RC_GrandLocal_supp.h : supplement header file for RC_GrandLocal.dll
// Author: DLL to Lib version 3.00
// Date: Thursday, December 25, 2008
// Description: The declaration of the RC_GrandLocal.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_RC_GRANDLOCAL_SUPP_H__02876A2A_6E16_6FDA_7E46_5E86008323D5__INCLUDED_)
#define D2L_RC_GRANDLOCAL_SUPP_H__02876A2A_6E16_6FDA_7E46_5E86008323D5__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#ifdef __cplusplus
extern "C" {
#endif
#include <windows.h>
/* This is RC_GrandLocal.dll's entry-point function. You should call it to do necessary
initialization and finalization. */
BOOL WINAPI RC_GRANDLOCAL_DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved);
#ifdef __cplusplus
}
#endif
#endif // !defined(D2L_RC_GRANDLOCAL_SUPP_H__02876A2A_6E16_6FDA_7E46_5E86008323D5__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?