// MTUD.HRH
//
// Copyright (C) Symbian Ltd 1998
//

// Function flags
#define	EMtudContextSpecific			0x01
#define	EMtudAsynchronous			0x02
//
// Function location - choose one, do not OR the following with each other
#define	EMtudCommandTransferSend		0x04
#define	EMtudCommandTransferReceive		0x08
#define	EMtudCommandEdit			0x10
#define	EMtudCommandMessage			0x20
#define	EMtudCommandTool			0x40
//
// further flags (to be ORed with the location value and other flags)
#define EMtudRemoteOnly 			0x1000

// Key flags
#define	EMtudShift				0x01
#define	EMtudCtrl				0x02
