User Account Information Level 10

This data structure allow users to retrieve information about other users.

struct user_info_10 {
   unsigned char                 usri10_name[UNLEN+1];
   unsigned char                 usri10_pad_1;
   unsigned char LSFAR * LSPTR   usri10_comment;
   unsigned char LSFAR * LSPTR   usri10_usr_comment;
   unsigned char LSFAR * LSPTR   usri10_full_name;
};

where each field in this level is identical to the corresponding field in the previous level.


[Back: User Account Information Level 2]
[Next: User Account Information Level 11]