www.pudn.com > BluetoothChat.rar > BluetoothChat.hrh
/*
============================================================================
Name : BluetoothChat.hrh
Author : Lion
Copyright : Your copyright notice
Description : This file contains declarations for constants of BluetoothChat.
The file can be included in C++ or resource file.
============================================================================
*/
#ifndef __BLUETOOTHCHAT_HRH__
#define __BLUETOOTHCHAT_HRH__
// BluetoothChat enumerate command codes
enum TBluetoothChatIds
{
EBluetoothChatCmdGoodbye = 0x6000,
EBluetoothChatConnect,
EBluetoothChatReceive,
EBluetoothChatStopReceive,
EBluetoothChatSend,
EBluetoothReply
};
enum TBluetoothChatDlgLineId // dialog line ids
{
EBluetoothChatDlg1Label = 0x1000,
EBluetoothConnectionWaitDialog
};
#endif // __BLUETOOTHCHAT_HRH__