mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-13 12:14:17 +01:00
7 lines
167 B
C#
7 lines
167 B
C#
namespace Penumbra.Interop;
|
|
|
|
public static partial class ProcessThreadApi
|
|
{
|
|
[LibraryImport("kernel32.dll")]
|
|
public static partial uint GetCurrentThreadId();
|
|
}
|