[Overview][Constants][Types][Procedures and functions][Variables][Index] Reference for unit 'mselibc' (#msegui)

passwd

Declaration

Source position: mselibc.pas line 1975

type passwd = record

  pw_name: pcchar;

  pw_passwd: pcchar;

  pw_uid: uid_t;

  pw_gid: gid_t;

  pw_change: time_t;

  pw_class: pcchar;

  pw_gecos: pcchar;

  pw_dir: pcchar;

  pw_shell: pcchar;

  pw_expire: time_t;

  pw_fields: cint;

end;


Documentation generated on: 2021-05-13