VOID __stdcall PoStartPartitionReplace(_WIN32_POWERSTATE_PARAMETERS *Parms, UINT64 Console){
UINT64 SessionId;
LODWORD(SessionId) = Console;
Parms->PowerStateTask = PowerState_StartPartitionReplace;
PopDispatchStateCallout(Parms, &SessionId);
Parms->PowerStateTask = PowerState_Flush;
PopDispatchStateCallout(Parms, 0i64);
}