# SysFreeString

```csharp
[DllImport("oleaut32.dll", SetLastError = true)]
public static extern void SysFreeString(
   IntPtr bstr
);
```

Microsoft documentation: [Link](https://docs.microsoft.com/en-us/windows/win32/api/oleauto/nf-oleauto-sysfreestring)
