GetOsPlatformIdFromPeb

ULONG GetOsPlatformIdFromPeb(VOID)
{
	return GetPeb()->OSPlatformId;
}

Last updated