Ignore:
Timestamp:
May 22, 2000, 9:08:01 PM (25 years ago)
Author:
sandervl
Message:

GetFileTime bugfix + FindResource(Ex)A/W changes + setup thread security objects during creation

File:
1 edited

Legend:

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

    r2050 r3588  
    1 /* $Id: hmopen32.h,v 1.4 1999-12-09 19:08:29 sandervl Exp $ */
     1/* $Id: hmopen32.h,v 1.5 2000-05-22 19:07:56 sandervl Exp $ */
    22
    33/*
     
    9595                             LPFILETIME    pFT3);
    9696
     97                      /* this is a handler method for calls to GetFileTime() */
     98  virtual BOOL  GetFileTime (PHMHANDLEDATA pHMHandleData,
     99                             LPFILETIME    pFT1,
     100                             LPFILETIME    pFT2,
     101                             LPFILETIME    pFT3);
     102
    97103                      /* this is a handler method for calls to GetFileSize() */
    98104  virtual DWORD GetFileSize(PHMHANDLEDATA pHMHandleData,
Note: See TracChangeset for help on using the changeset viewer.