LUID

public struct LUID
{
    public uint LowPart;
    public int HighPart;
}

Last updated