For the complete documentation index, see llms.txt. This page is also available as Markdown.

GetOsPlatformIdFromPeb

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

Last updated