# RtlGetCurrentPeb

```csharp
[DllImport("ntdll.dll", SetLastError = true)]
public static extern IntPtr RtlGetCurrentPeb(
   
);
```
