This record is written by the server that processes the network logoff of
the user.
struct ae_netlogoff {
unsigned short ae_nf_compname; /* offset */
unsigned short ae_nf_username; /* offset */
unsigned short ae_reserved1;
unsigned short ae_reserved2;
};
where:
- ae_nf_compname is an offset (from the beginning
address of the ae_netlogoff data structure) to an ASCIIZ string indicating
the requester that established the session.
- ae_nf_username is an offset (from the beginning
address of the ae_netlogoff data structure) to an ASCIIZ string indicating
the name of the user who initiated the session. If 0, ae_nf_username
and ae_nf_compname are the same.
- ae_reserved1 is a reserved field. It must
be set to 0.
- ae_reserved2 is a reserved field. It must
be set to 0.
[Back]
[Next]