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

timeconv.h

Go to the documentation of this file.
00001 #ifndef __PST_TIMECONV_H
00002 #define __PST_TIMECONV_H
00003 
00004 #include "common.h"
00005 
00006 #ifdef __cplusplus
00007 extern "C" {
00008 #endif
00009 
00014     char* pst_fileTimeToAscii (const FILETIME* filetime, char* result);
00015 
00020     void pst_fileTimeToStructTM (const FILETIME* filetime, struct tm *result);
00021 
00026     time_t pst_fileTimeToUnixTime( const FILETIME* filetime);
00027 #ifdef __cplusplus
00028 }
00029 #endif
00030 
00031 #endif

Generated on Tue Jun 23 20:30:41 2009 for libpst.so.4 by  doxygen 1.3.9.1