WindowsRuntimeMarshal.FreeHString(IntPtr) Methode

Definitie

Hiermee wordt de opgegeven Windows RuntimeHSTRING vrijgemaakt.

Deze API ondersteunt de productinfrastructuur en is niet bedoeld om rechtstreeks vanuit de code te gebruiken.

public:
 static void FreeHString(IntPtr ptr);
[System.Security.SecurityCritical]
public static void FreeHString(IntPtr ptr);
public static void FreeHString(IntPtr ptr);
[<System.Security.SecurityCritical>]
static member FreeHString : nativeint -> unit
static member FreeHString : nativeint -> unit
Public Shared Sub FreeHString (ptr As IntPtr)

Parameters

ptr
IntPtr

nativeint

Het adres van de HSTRING is gratis.

Kenmerken

Uitzonderingen

De Windows Runtime wordt niet ondersteund in de huidige versie van het besturingssysteem.

Van toepassing op

Zie ook