EPOC   SDK Home Glossary Indexes Previous   Up

TWldDeleteDeniedFlags enum


TWldDeleteDeniedFlags enum — Delete denied flags

Defined in

t32wld.h

Description

Bitmasks of these flags are returned by the RWorldServer functions IsCityDeletable() and IsCountryDeletable(). The flags indicate possible reasons why the server cannot delete a particular city or country.

EWldDelNotFound=0x01

The specified TWldId is not found.

EWldDelDerivedFromRom=0x02

The specified TWldId is in the read-only file.

EWldDelHomeCityCountry=0x04

The specified TWldId is the home city or country.

EWldDelCapitalCity=0x08

The specified TWldId is a capital city.

EWldDelDefaultCountry=0x10

The specified TWldId is the default country.

EWldDelAll=0xff

The specified TWldId cannot be deleted for all of the above reasons.

EPOC       SDK Home Glossary Indexes Previous   Up