InterlockedDecrement(3w)

NAME

InterlockedDecrement (KERNEL32.@)

SYNOPSIS

LONG InterlockedDecrement
 (
  LONG volatile* dest
 )

DESCRIPTION

Atomically decrement a value.

PARAMS

dest [In/Out] The value to decrement.

RETURNS

The resulting value of dest.

IMPLEMENTATION

Defined in "winbase.h".

Implemented in "dlls/kernel32/sync.c".

Debug channel "sync".
Copyright © 2010-2025 Platon Technologies, s.r.o.           Home | Man pages | tLDP | Documents | Utilities | About
Design by styleshout