Jungo WinDriver
Official Documentation
|
int kp_interlocked_add | ( | KP_INTERLOCKED * | target, |
int | val | ||
) |
Adds a specified value to the current value of a Kernel PlugIn interlocked counter.
[in,out] | target | Pointer to the Kernel PlugIn interlocked counter to which to add |
[in] | val | The value to add to the interlocked counter (target) |