Jungo WinDriver
Official Documentation
|
int kp_interlocked_exchange | ( | KP_INTERLOCKED * | target, |
int | val | ||
) |
Sets the value of a Kernel PlugIn interlocked counter to the specified value and returns the previous value of the counter.
[in,out] | target | Pointer to the Kernel PlugIn interlocked counter to exchange |
[in] | val | The new value to set for the interlocked counter (target) |