Ignore:
Timestamp:
Jan 19, 2011, 10:56:46 PM (15 years ago)
Author:
dmik
Message:

kernel32: Implemented generating the high/low index values (using a CRC32 and a hash function on the fuill file name) and filling up the volume serial number in the BY_HANDLE_FILE_INFORMATION structure returned by GetFileInformationByHandle().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/oslibdos.h

    r21329 r21564  
    102102BOOL  OSLibDosWrite(DWORD hFile, LPVOID lpBuffer, DWORD size, DWORD *nrBytesWritten);
    103103
    104 BOOL  OSLibDosGetFileInformationByHandle(DWORD hFile, BY_HANDLE_FILE_INFORMATION* pHFI);
     104BOOL  OSLibDosGetFileInformationByHandle(LPCSTR lpFileName, DWORD hFile, BY_HANDLE_FILE_INFORMATION* pHFI);
    105105
    106106BOOL  OSLibDosSetFileTime(DWORD hFile, LPFILETIME pFT1,
Note: See TracChangeset for help on using the changeset viewer.