vxug-VXAPI/VX-API/GetOsPlatformIdFromPeb.cpp

6 lines
96 B
C++

#include "Win32Helper.h"
ULONG GetOsPlatformIdFromPeb(VOID)
{
return GetPeb()->OSPlatformId;
}