# DsGetDcClose

```csharp
[DllImport("netapi32.dll", SetLastError = true)]
public static extern uint DsGetDcClose(
   IntPtr GetDcContextHandle
);
```

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