Carbon


Information Type Constants

Header: Aliases.h

The GetAliasInfo function uses these constants in the index parameter.

enum {
    asiZoneName = -3,
    asiServerName = -2,
    asiVolumeName = -1,
    asiAliasName = 0,
    asiParentName = 1
};

Constant descriptions

asiZoneName

If the record represents a target on an AppleShare volume, retrieve the server’s zone name. Otherwise, return an empty string.

asiServerName

If the record represents a target on an AppleShare volume, retrieve the server name. Otherwise, return an empty string.

asiVolumeName

Return the name of the volume on which the target resides.

asiAliasName

Return the name of the target.

asiParentName

Return the name of the parent directory of the target of the record. If the target is a volume, return the volume name.


© 2000 Apple Computer, Inc. — (Last Updated 4/4/2000)