ReactOS 0.4.15-dev-7942-gd23573b
backpack.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  _THROTTLING_STATE
 

Macros

#define RxInitializeThrottlingState(BP, Inc, MaxDelay)
 

Typedefs

typedef struct _THROTTLING_STATE THROTTLING_STATE
 
typedef struct _THROTTLING_STATEPTHROTTLING_STATE
 

Macro Definition Documentation

◆ RxInitializeThrottlingState

#define RxInitializeThrottlingState (   BP,
  Inc,
  MaxDelay 
)
Value:
{ \
if ((Inc) > 0) \
{ \
(BP)->Increment.QuadPart = (Inc) * 10000; \
(BP)->MaximumDelay = (MaxDelay) / (Inc); \
(BP)->CurrentIncrement = 0; \
} \
}
IN OUT PLONG IN OUT PLONG Addend IN OUT PLONG IN LONG Increment
Definition: CrNtStubs.h:46

Definition at line 13 of file backpack.h.

Typedef Documentation

◆ PTHROTTLING_STATE

◆ THROTTLING_STATE