Main Page | Namespace List | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals

timeconv.h

Go to the documentation of this file.
00001 #ifndef __TIMECONV_H
00002 #define __TIMECONV_H
00003 
00004 #include "common.h"
00005 
00006 #include <time.h>
00007 
00008 #ifdef __cplusplus
00009 extern "C" {
00010 #endif
00011   time_t fileTimeToUnixTime( const FILETIME *filetime, DWORD *remainder );
00012 
00013   char * fileTimeToAscii (const FILETIME *filetime);
00014 
00015   struct tm * fileTimeToStructTM (const FILETIME *filetime);
00016   
00017 #ifdef __cplusplus
00018 }
00019 #endif
00020 
00021 #endif

Generated on Thu Dec 11 11:58:49 2008 for 'LibPst' by  doxygen 1.3.9.1