# FreeGPOList

```csharp
[DllImport("userenv.dll", SetLastError = true)]
public static extern void FreeGPOList(
   IntPtr pGPOList
);
```

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