UINT8 __stdcall MmForceSectionClosed(_SECTION_OBJECT_POINTERS *SectionObjectPointers, UINT8 DelayClose){
int v3;
int v4;
v3 = DelayClose != 0 ? 5 : 1;
v4 = MiForceSectionClosed(SectionObjectPointers, DelayClose != 0 ? 5 : 1);
if( !v4 )
v4 = MiForceSectionClosed(SectionObjectPointers, v3 & 0xFC | 2u);
return v4 != 2;
}