Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
3/26/2014
This function increments a caller-supplied variable as an atomic operation.
Syntax
LONG NdisInterlockedIncrement(
PLONG Addend
);
Parameters
- Addend
[in] Points to a variable of type LONG.
Return Value
Returns the incremented value.
Remarks
NdisInterlockedIncrement can safely be used on variables in pageable memory.
NdisInterlockedIncrement is atomic only with respect to other NdisInterlockedXXX calls.
Requirements
Header |
ndis.h |
Library |
ndis.lib |
See Also
Reference
NDIS Interlocked Functions Interface
NdisInterlockedDecrement