Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 1.61 KB

File metadata and controls

42 lines (30 loc) · 1.61 KB
title Win32Interop class
description The **Win32Interop** class is available in .NET as part of the [Windows App SDK](../../../windows-app-sdk/index.md).
ms.topic article
ms.date 02/08/2022
keywords windows 10, windows 11, Windows App SDK, desktop development, winui, app sdk, C#, interop
ms.localizationpriority low

Win32Interop class

As a C# desktop application developer, in .NET you can make use of the Win32Interop class, whose methods wrap and represent several interoperability functions including the GetWindowIdFromWindow function.

The Win32Interop class is available in .NET as part of the Windows App SDK.

Definition

Namespace: Microsoft.UI

public class Win32Interop

Methods

Applies to

Product Introduced in
WinUI Windows App SDK 1.0

See also