2.5.10.4.5 NetWkstaUserLogoffResponseData Data Structure

The NetWkstaUserLogoffResponseData structure is used in the RAPOutData field of the SMB_COM_TRANSACTION.


0


1


2


3


4


5


6


7


8


9

1
0


1


2


3


4


5


6


7


8


9

2
0


1


2


3


4


5


6


7


8


9

3
0


1

Code

Duration

...

NumLogons

Code (2 bytes): A code specifying the result and that can have the following values.

Value

Meaning

NERR_Success

0

No errors encountered.

ERROR_ACCESS_DENIED

5

User has insufficient privilege.

NERR_InvalidWorkstation

2240

The user is not allowed to log on from this computer.

Duration (4 bytes): A 32-bit unsigned integer that specifies the time, in seconds, for which the user was logged on.

NumLogons (2 bytes): A 16-bit signed integer that specifies the number of times this user has logged on. A value of 0xffff indicates the number is unknown.