Searched refs:lpFileTime (Results 1 – 1 of 1) sorted by relevance
36 ::_FILETIME* lpFileTime);40 const ::_FILETIME* lpFileTime,47 const ::_FILETIME* lpFileTime,53 ::_FILETIME* lpFileTime);101 BOOST_FORCEINLINE BOOL_ SystemTimeToFileTime(const SYSTEMTIME_* lpSystemTime, FILETIME_* lpFileTime) in SystemTimeToFileTime() argument103 …nterpret_cast< const ::_SYSTEMTIME* >(lpSystemTime), reinterpret_cast< ::_FILETIME* >(lpFileTime)); in SystemTimeToFileTime()106 BOOST_FORCEINLINE BOOL_ FileTimeToSystemTime(const FILETIME_* lpFileTime, SYSTEMTIME_* lpSystemTime) in FileTimeToSystemTime() argument108 …return ::FileTimeToSystemTime(reinterpret_cast< const ::_FILETIME* >(lpFileTime), reinterpret_cast… in FileTimeToSystemTime()112 BOOST_FORCEINLINE BOOL_ FileTimeToLocalFileTime(const FILETIME_* lpFileTime, FILETIME_* lpLocalFile… in FileTimeToLocalFileTime() argument114 …return ::FileTimeToLocalFileTime(reinterpret_cast< const ::_FILETIME* >(lpFileTime), reinterpret_c… in FileTimeToLocalFileTime()[all …]