Source position: ibase60.inc line 434
type USER_SEC_DATA = record |
sec_flags: SmallInt; |
uid: LongInt; |
gid: LongInt; |
protocol: LongInt; |
server: Pchar; |
user_name: Pchar; |
password: Pchar; |
group_name: Pchar; |
first_name: Pchar; |
middle_name: Pchar; |
last_name: Pchar; |
dba_user_name: Pchar; |
dba_password: Pchar; |
end; |