⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 bn.bid

📁 BREW SDK 3.1。BREW应用程序的开发包。
💻 BID
字号:
#ifndef BN_BID
#define BN_BID

  
#define AEECLSID_BN    		0x0101299e
#define AEECLSID_BN_DSP    0x0102d3ce
#define AEECLSID_BN_BEST   0x0102de96


/*======================================================================
  Class DOCUMENTATION
=======================================================================

Interface Name: Big Number

Description:
   These classes identify the currently available Big Number implementations.
	The IBN interface allows the client a number of options in selecting the 
	underlying implementation. These are dependant on the CLSID used:
   
*   
AEECLSID_BN

Description:
   This CLSID will always result in using the BREW software based
   implementation. This CLSID is univerally supported across all platforms.
   
*   
AEECLSID_BN_DSP

Description:
   The CLSID for the DSP based BN. If the client requests DSP based BN 
   implementation and DSP support is not avaliable on the platform, then 
   instantiation will fail with EUNSUPPORTED. If the client does not wish 
   such a failure to occur, and instead would prefer a failover to the S/W 
   based implementation, then they should use the CLSID below.

*   
AEECLSID_BN_BEST

Description:
   This CLSID allows the client to select the best implementation.
   If DSP implementation is  supported on the platform, it is used, since it 
   is assumed to be faster than S/W. If the DSP is not supported, then a 
   failover to the BREW S/W based implementation is performed.
*   
   
See also: AEEBN.h
   
=====================================================================
*/

#endif //BN_BID

⌨️ 快捷键说明

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