On Mon Feb 5 02:12:38 2024 +0000, Zhiyi Zhang wrote:
Let's use RtlEqualLuid() to compare LUIDs.
I think I can't easily access `RtlEqualLuid` on unixlib side of win32u, can I? It seems to be implemented on Windows side of ntdll, so the best I can do is rewrite this into comparing LUIDs' `HighPart` and `LowPart` manually.