PopSetupUserPresencePredictionNotification

VOID __stdcall PopSetupUserPresencePredictionNotification(){
  INT8 *v0; 

  ExSubscribeWnfStateChange(
    &v0,
    (INT64 *)&WNF_PO_USER_AWAY_PREDICTION,
    1i64,
    0i64,
    (INT64)PopWnfUserAwayPredictionCallback,
    0i64);
}

Referenced by:

PoInitSystem