ExInterlockedIncrementLong

INTERLOCKED_RESULT
ExInterlockedIncrementLong(

IN PLONG Addend,
IN PKSPIN_LOCK Lock
);

ExInterlockedIncrementLong is exported to support existing driver binaries and is obsolete. Use InterlockedIncrement instead.