# SHFreeNameMappings

```csharp
[DllImport("shell32.dll")]
public static extern void SHFreeNameMappings(
   IntPtr hNameMappings
);
```

Microsoft documentation: [Link](https://learn.microsoft.com/en-us/windows/win32/api/shellapi/nf-shellapi-shfreenamemappings)
