Microsoft.Win32.Win32Native.LocalFree C# (CSharp) Method

LocalFree() private method

private LocalFree ( IntPtr handle ) : IntPtr
handle IntPtr
return IntPtr
        internal static extern IntPtr LocalFree(IntPtr handle);