Alias Level 11

This data structure applies only to DSS.

struct alias_info_11  {
  unsigned char LSFAR * LSPTR                 ai11_alias;
  unsigned char LSFAR * LSPTR                 ai11_global_name;
  unsigned char                               ai11_pad[2 ];
  unsigned char LSFAR * LSPTR                 ai11_remark;
  unsigned short                              ai11_type;
};

where:

┌──────────────────────┬─────────┬─────────────────────────────────────────────┐│SYMBOLICCONSTANT │VALUE │MEANING │
├──────────────────────┼─────────┼─────────────────────────────────────────────┤
│ ALIAS_TYPE_FILE │ 0x0001 │ File alias │
├──────────────────────┼─────────┼─────────────────────────────────────────────┤
│ ALIAS_TYPE_PRINTER │ 0x0002 │ Printer alias │
├──────────────────────┼─────────┼─────────────────────────────────────────────┤
│ ALIAS_TYPE_SERIAL │ 0x0004 │ Serial device alias │
└──────────────────────┴─────────┴─────────────────────────────────────────────┘


[Back: Alias Level 10]
[Next: Alias Level 12]