# SHGetRealIDL

```csharp
[DllImport("shell32.dll")]
public static extern int SHGetRealIDL(
   IntPtr pUnk,
   out IntPtr ppidl
);
```

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