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

📄 oandx.hrh

📁 Symbian OS C++ for Mobile Phones Volume 3 源码
💻 HRH
字号:
// Copyright (c) 2004 - 2006, Symbian Software Ltd. All rights reserved.

#ifndef OANDX_HRH
#define OANDX_HRH

enum TOandXIds
    {
    EOandXOfferGame = 0x1000,  // start value must not be 0
    EOandXOfferGameSerialComm,
    EOandXOfferGameIrComm,
    EOandXOfferGameBtComm,
    EOandXOfferGameSms,
    EOandXOfferGameMmsSendAs,
    EOandXOfferGameEmail,
	EOandXOfferGameMms,
    EOandXOfferGameBluetooth,
    EOandXOfferGameIrSocket,
    
    EOandXJoinGame,
    EOandXJoinGameSerialComm,
    EOandXJoinGameIrComm,
    EOandXJoinGameBtComm,
    EOandXJoinGameSms,
    EOandXJoinGameMmsSendAs,
    EOandXJoinGameEmail,
	EOandXJoinGameMms,
    EOandXJoinGameBluetooth,
    EOandXJoinGameIrSocket,
	
	EOandXSendIndex
    };

enum TWaitDialogControls
/** Identifier of line containing note in wait dialog. */
	{
	EBtWaitDlgNoteLineId = 0x1100
	};

enum TAddressDialogControls
/** Identifier of text line in address dialog. */
	{
	EAddressTextId = 0x1200
	};

/** Number of characters in remote device address. */
#define KMaxAddressLen		32

/** Number of characters in custom index number. */
#define KMaxIndexLen		3

#endif // OANDX_HRH

⌨️ 快捷键说明

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