NdisInterlockedIncrement - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ndis.h

void NdisInterlockedIncrement(
  [in] Addend
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-ndis-ndisinterlockedincrement)

NdisInterlockedIncrement macro

Description

The NdisInterlockedIncrement function increments a caller-supplied variable as an atomic operation.

Parameters

Addend [in]

A pointer to a variable of type LONG.

Remarks

NdisInterlockedIncrement cannot be used on variables in pageable memory.

NdisInterlockedIncrement is atomic only with respect to other NdisInterlocked*Xxx* calls.

See also

NdisInterlockedDecrement