Alias Level 1

struct alias_info_1  {
  unsigned char                 ai1_alias[ALIAS_LEN + 1];
  unsigned char                 ai1_pad;
  unsigned char LSFAR * LSPTR   ai1_remark;
  unsigned short                ai1_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 0]
[Next: Alias Level 2]