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 #ifdef __cplusplus
00007 extern "C" {
00008 #endif
00009     time_t fileTimeToUnixTime( const FILETIME *filetime, DWORD *remainder );
00010     char * fileTimeToAscii (const FILETIME *filetime);
00011     struct tm * fileTimeToStructTM (const FILETIME *filetime);
00012 #ifdef __cplusplus
00013 }
00014 #endif
00015 
00016 #endif

Generated on Thu Mar 19 16:39:26 2009 for 'LibPst' by  doxygen 1.3.9.1