ZeroFreeGlobalAllocAnsi()

Marshal::ZeroFreeGlobalAllocAnsi(IntPtr) method

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

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

Arguments

ParameterTypeDescription
sIntPtrPointer to the unmanaged string.

See Also