staticextensioninc.h

来自「brew上创建extension的实例」· C头文件 代码 · 共 22 行

H
22
字号
/*=====================================================================
FILE:  StaticExtensionInc.h

SERVICES:  typedefs for Static Extension DLLs 

DESCRIPTION:  
	The following ifdef block is the standard way of creating macros which make 
	exporting from Static Extension DLL simpler. All files within this DLL are 
	compiled with the BREWSTATICEXTENSION_EXPORTS symbol defined on the command 
	line. 

	BREW Simulator is capable of loading Static Extension DLLs that are located
	in .\Modules directory relative to it's location. It looks for the following
	exported function from each of the Static Extension DLLs :
		const AEEStaticClass* GetStaticClassEntries(void)

	By defining the function as :
		BREWSTATICEXTENSION_API const AEEStaticClass* GetStaticClassEntries(void)
	ensures that it is exposed from the Static Extension dll to be loaded by
	BREW Simulator. See AEEDemoExtension.c for details 
        
        Copyright 

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?