struct ae_sesspwerr {
unsigned short ae_sp_compname; /* offset */
unsigned short ae_sp_username; /* offset */
};
where:
- ae_sp_compname is an offset (from the beginning
address of the ae_sesspwerr data structure) to an ASCIIZ string indicating
the requester that established the session.
- ae_sp_username is an offset (from the beginning
address of the ae_sesspwerr data structure) to an ASCIIZ string indicating
the name of the user who initiated the session. If 0, ae_sp_username
and ae_sp_compname are the same.
[Back]
[Next]