About 55 results
Open links in new tab
  1. Interlocked Class (System.Threading) | Microsoft Learn

    Provides atomic operations for variables that are shared by multiple threads.

  2. Interlocked Variable Access - Win32 apps | Microsoft Learn

    Jun 20, 2022 · The interlocked functions provide a simple mechanism for synchronizing access to a variable that is shared by …

  3. <atomic> | Microsoft Learn

    Feb 1, 2022 · Describes the types and functions available in the atomic header of the Standard C++ library.

  4. [MS-ERREF]: Win32 Error Codes | Microsoft Learn

    Nov 16, 2021 · All Win32 error codes MUST be in the range 0x0000 to 0xFFFF, although Win32 error codes can be used both in 16 …

  5. Atomic Functions - Win32 apps | Microsoft Learn

    Aug 19, 2020 · To access a new resource type or shared memory, use an interlocked intrinsic function. Interlocked functions are …

  6. Finance and Operations - Microsoft Q&A

    Aug 7, 2025 · Developer technologies | C# An object-oriented and type-safe programming language that has its roots in the C family …

  7. System Error Codes (0-499) (WinError.h) - Win32 apps

    Jul 14, 2025 · Describes error codes 0-499 defined in the WinError.h header file and is intended for developers.

  8. atomic Structure | Microsoft Learn

    Jun 15, 2023 · The type Ty must be trivially copyable. That is, using memcpy to copy its bytes must produce a valid Ty object that …

  9. Configure Windows to automate logon - Windows Server

    Feb 12, 2026 · This article describes how to turn on the automatic logon feature in Windows by editing the registry.

  10. Autologon - Sysinternals | Microsoft Learn

    Aug 29, 2016 · Autologon enables you to easily configure Windows’ built-in autologon mechanism. Instead of waiting for a user to …

  11. Atomic Blocks - SQL Server | Microsoft Learn

    Aug 27, 2024 · Learn about BEGIN ATOMIC, part of the ANSI SQL standard. SQL Server supports atomic blocks in native procedures.