BOOL __fastcall PopIsHibernateSupported(BYTE *a1){ BOOL result; LOBYTE(result) = 0; if( a1[6] ) { if( a1[8] ) return a1[22] == 2; } return result; }