ZeroFreeGlobalAllocUnicode()

Marshal::ZeroFreeGlobalAllocUnicode(IntPtr) method

Frees unmanaged string pointer that was allocated using the SecureStringToGlobalAllocUnicode method.

static void System::Runtime::InteropServices::Marshal::ZeroFreeGlobalAllocUnicode(IntPtr s)

Arguments

ParameterTypeDescription
sIntPtrPointer to the unmanaged string.

See Also