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

added GetFileTime

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/HandleManager.h

    r3138 r3590  
    1 /* $Id: HandleManager.h,v 1.18 2000-03-17 16:06:01 sandervl Exp $ */
     1/* $Id: HandleManager.h,v 1.19 2000-05-22 19:12:42 sandervl Exp $ */
    22
    33/*
     
    220220                                     const FILETIME             *pFT3);
    221221
     222BOOL   HMGetFileTime                (HANDLE                     hFile,
     223                                     const FILETIME             *pFT1,
     224                                     const FILETIME             *pFT2,
     225                                     const FILETIME             *pFT3);
     226
    222227DWORD  HMGetFileSize                (HANDLE                     hFile,
    223228                                     PDWORD                     pSize);
Note: See TracChangeset for help on using the changeset viewer.