Freigeben über


2.2.15.2.1 RopBackoff ROP Response Buffer

The following descriptions define valid fields for the RopBackoff ROP response buffer.


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

RopId

LogonId

Duration

...

BackoffRopCount

BackoffRopData (variable)

...

AdditionalDataSize

AdditionalData (variable)

...

RopId (1 byte):  An unsigned integer that specifies the type of ROP. For this operation this field is set to 0xF9.

LogonId (1 byte):  An unsigned integer that specifies the logon to which the RopBackoff ROP response applies.

Duration (4 bytes):  An unsigned integer that specifies the number of milliseconds to apply a logon backoff.

BackoffRopCount (1 byte):  An unsigned integer that specifies the number of structures in the BackoffRopData field.

BackoffRopData (variable):  An array of BackoffRop structures. The format of the BackoffRop structure is specified in section 2.2.15.2.1.1. This array specifies the operations to be backed off and also the backoff duration for each.

AdditionalDataSize (2 bytes):  An unsigned integer that specifies the size of the AdditionalData field.

AdditionalData (variable):  An array of bytes that specifies additional information about the backoff response. The size of this field, in bytes, is specified by the AdditionalDataSize field.