PopSetupMobileHotspotNotification

NTSTATUS __stdcall PopSetupMobileHotspotNotification(){
  INT8 *v1; 

  return ExSubscribeWnfStateChange(
           &v1,
           (INT64 *)&WNF_SEB_MOBILE_HOTSPOT,
           1i64,
           0i64,
           (INT64)PopWnfMobileHotspotCallback,
           0i64);
}

Referenced by:

PoInitSystem