Skip to content

Latest commit

 

History

History
53 lines (38 loc) · 2.48 KB

File metadata and controls

53 lines (38 loc) · 2.48 KB
title Windows Operations (C++/CLI) | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.reviewer
ms.suite
ms.technology
cpp-windows
ms.tgt_pltfrm
ms.topic article
dev_langs
C++
helpviewer_keywords
Windows [C++], Windows-specific tasks
.NET Framework [C++], Windows operations
Visual C++, Windows operations
Windows operations [C++]
ms.assetid b9a75cb4-0589-4d5b-92cb-5e8be42b4ac0
caps.latest.revision 9
author mikeblome
ms.author mblome
manager ghogen
ms.workload
cplusplus
dotnet

Windows Operations (C++/CLI)

Demonstrates various Windows-specific tasks using the [!INCLUDEwinsdklong].

The following topics demonstrate various Windows operations performed with the [!INCLUDEwinsdkshort] using Visual C++.

In This Section

How to: Determine if Shutdown Has Started (C++/CLI)

How to: Determine the User Interactive State (C++/CLI)

How to: Read Data from the Windows Registry (C++/CLI)

How to: Read Windows Performance Counters (C++/CLI)

How to: Retrieve Text from the Clipboard (C++/CLI)

How to: Retrieve the .NET Framework Version (C++/CLI)

How to: Retrieve the Current Username (C++/CLI)

How to: Retrieve the Local Machine Name (C++/CLI)

How to: Retrieve the Windows Version (C++/CLI)

How to: Retrieve Time Elapsed Since Startup (C++/CLI)

How to: Store Text in the Clipboard (C++/CLI)

How to: Write Data to the Windows Registry (C++/CLI)

Related Sections

xref:System.Environment

See Also

.NET Programming with C++/CLI (Visual C++)