Jungo WinDriver  
Official Documentation

◆ kp_interlocked_add()

int kp_interlocked_add ( KP_INTERLOCKED target,
int  val 
)

Adds a specified value to the current value of a Kernel PlugIn interlocked counter.

Parameters
[in,out]targetPointer to the Kernel PlugIn interlocked counter to which to add
[in]valThe value to add to the interlocked counter (target)
Returns
Returns the new value of the interlocked counter (target).