Doubt in SystemTimeToFileTime
-
What is the use of the function SystemTimeToFileTime? Why should we convert a SystemTime to Filetime? What for it is used?
A
FILETIME
is easier to serialize than aSYSTEMTIME
struct.FILETIME
s are a lot easier to compare too.--Mike-- Visual C++ MVP :cool: LINKS~! Ericahist | PimpFish | CP SearchBar v3.0 | C++ Forum FAQ Ford, what's this fish doing in my ear?
-
What is the use of the function SystemTimeToFileTime? Why should we convert a SystemTime to Filetime? What for it is used?
First your user name is very sweet. The basic use of SystemTimeToFileTime function is to just convert the current system time to the file time i.e File time is the time related to some specific file i.e the creation time, the Last Access time etc.. you can get more help of the file timing in MSDN in follwoing articles: 1. GetFileTime 2. FILETIME 3. SYSTEMTIME if you still have any doubt about this pls feel free to ask Pankaj Sachdeva