![]() |
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 };
If the record represents a target on an AppleShare volume, retrieve the servers zone name. Otherwise, return an empty string.
If the record represents a target on an AppleShare volume, retrieve the server name. Otherwise, return an empty string.
Return the name of the volume on which the target resides.
Return the name of the target.
Return the name of the parent directory of the target of the record. If the target is a volume, return the volume name.