INTERLOCKED_RESULT
ExInterlockedDecrementLong(
IN PLONG Addend,
IN PKSPIN_LOCK Lock
);
ExInterlockedDecrementLong is exported to support existing driver binaries and is obsolete. Use InterlockedDecrement instead.