Skip to content

Latest commit

 

History

History
52 lines (37 loc) · 2.44 KB

windows-operations-cpp-cli.md

File metadata and controls

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

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++)