Windows-powershell / PowerShell-master /src /System.Management.Automation /engine /Interop /Windows /VariantClear.cs
| // Copyright (c) Microsoft Corporation. | |
| // Licensed under the MIT License. | |
| using System.Runtime.InteropServices; | |
| internal static partial class Interop | |
| { | |
| internal static partial class Windows | |
| { | |
| [] | |
| internal static partial void VariantClear(nint pVariant); | |
| } | |
| } | |