uricommon.h File Reference

Enum TFileUriFlags

Enum defining a flag used to indicate file storage type (fixed drive or removable media).
Since
9.1
EnumeratorValueDescription
EExtMedia1

Indiacte the drive letter in the URI is to be replaced by the term "ext-media"

Enum TUriFileName

Enum used by GetFileNameL to specify what data is returned.
Since
9.1
EnumeratorValueDescription
EUriFileNameFull0

Indicate a File URI is to be converted into a fully qualified file name. Will Leave if not used on a file URI

EUriFileNamePath

Indicate a the path component is to be converted into a file name with directories, but no drive. Behaviour is undefined for non-hierarchical schemes

EUriFileNameTail

Indicate just the name is to be converted into a file name, with no directories. Behaviour is undefined for non-hierarchical schemes

Enum TUriComponent

Enum defining the uri components.
CAUTION:

The enum value EUriMaxComponents should not be used as it will cause a panic.

Since
6.0
EnumeratorValueDescription
EUriScheme

The scheme component specifier

EUriUserinfo

The userinfo component specifier

EUriHost

The host component specifier

EUriPort

The port component specifier

EUriPath

The path component specifier

EUriQuery

The query component specifier

EUriFragment

The fragment component specifier

EUriMaxComponents

Do not use as a field specifier - will cause panic

EUriComplete-1

The complete URI. Only use with DisplayFormL, otherwise will cause panic