Advertisement
Pr0nogo

Untitled

Jan 13th, 2021
913
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.22 KB | None | 0 0
  1. // 37
  2. size_t __cdecl _lockwrite(const void *data, size_t count, size_t size, FILE *hFile)
  3. {
  4.   size_t v4; // ST1C_4
  5.  
  6.   _lock_file(hFile);
  7.   v4 = fwrite(data, count, size, hFile);
  8.   _unlock_file(hFile);
  9.   return v4;
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement