This data structure applies only to DSS.
struct alias_info_10  {
        unsigned char LSFAR * LSPTR   ai10_alias;
        unsigned char LSFAR * LSPTR   ai10_global_name;
        unsigned char                 ai10_pad;
};
where:
- ai10_alias is the name by which the resource
is known within a resource domain.  An alias must be unique within the resource
domain.
 
- ai10_global_name is a name that is universally
meaningful and usable from anywhere in the DCE naming environment.  The
prefix a /... or a /.: indicates that a name is global.
 
- ai10_pad word-aligns the data structure component.
[Back] 
[Next]