VOID __stdcall PdcPoPpmResetProfile(VOID *Context, UINT8 Enable){
if( (PpmProfileStatus & 2) == 0 )
{
if( Enable )
{
PpmAcquireLock((_PPM_LOCK *)((char *)&stru_140C23628 + 1048));
PpmEnableProfile(Context);
PpmReleaseLock((INT64 *)&stru_140C23628 + 131);
}
else
{
PpmDisableProfile(Context);
}
}
}