Marshal.ZeroFreeBSTR(IntPtr) Metodo

Definizione

Libera un puntatore BSTR allocato usando il metodo SecureStringToBSTR(SecureString).

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

Parametri

s
IntPtr

nativeint

Indirizzo dell'elemento BSTR da liberare.

Attributi

Commenti

Il ZeroFreeBSTR metodo imposta prima il contenuto del BSTR su zero e quindi libera il BSTR.

Si applica a