interlockedincrement (kernel32)
Last changed: anonymous

.
Summary

C# Signature:

[DllImport("kernel32.dll")]
static extern int InterlockedIncrement(ref int lpAddend);

User-Defined Types:

None.

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

static int System.Threading.Interlocked.Increment(ref int);

Documentation