You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DeleteRecordofFile and DeleteRecordbyGetHandle are not the final version, because there will still be traces of modification, and the format has not been completely corrected.
If you want to achieve the function, you can use DeleteRecordofFileEx and DeleteRecordbyGetHandleEx.
Here!
DeleteRecordofFile and DeleteRecordbyGetHandle:
*v7 = eventRecordIdentifier;
===>
*v7 = *v7 - 1;
When the first recordID is not 1 , it will be wrong.
The text was updated successfully, but these errors were encountered: