# SipShowIM

```csharp
[DllImport("coredll.dll", SetLastError = true)]
public static extern int SipShowIM(
   uint dwFlag
);
```

Microsoft documentation: [Link](https://learn.microsoft.com/en-us/previous-versions/windows/embedded/ms940342\(v=msdn.10\))
