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/hmfile.h

    r21302 r21564  
    2424#include "HMOpen32.h"
    2525
    26 
    27 class HMFileInfo
    28 {
    29 public:
    30   HMFileInfo(HANDLE hFile, LPSTR lpszFileName, PVOID lpSecurityAttributes);
    31  ~HMFileInfo();
    32 
    33   char *lpszFileName;
    34   PVOID lpSecurityAttributes;
    35   DWORD dwLXOffset;
    36 };
    3726
    3827/*****************************************************************************
Note: See TracChangeset for help on using the changeset viewer.