Ignore:
Timestamp:
Jun 18, 2009, 11:53:26 AM (16 years ago)
Author:
ydario
Message:

Kernel32 updates.

File:
1 edited

Legend:

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

    r10073 r21302  
    2828{
    2929public:
    30   HMFileInfo(LPSTR lpszFileName, PVOID lpSecurityAttributes);
     30  HMFileInfo(HANDLE hFile, LPSTR lpszFileName, PVOID lpSecurityAttributes);
    3131 ~HMFileInfo();
    3232
    3333  char *lpszFileName;
    3434  PVOID lpSecurityAttributes;
     35  DWORD dwLXOffset;
    3536};
    3637
     
    5960                               PHMHANDLEDATA pHMSrcHandle,
    6061                               HANDLE  destprocess,
    61                                PHANDLE desthandle,
    6262                               DWORD   fdwAccess,
    6363                               BOOL    fInherit,
Note: See TracChangeset for help on using the changeset viewer.