Home
last modified time | relevance | path

Searched refs:lpFileTime (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/winapi/
Dtime.hpp36 ::_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() argument
103 …nterpret_cast< const ::_SYSTEMTIME* >(lpSystemTime), reinterpret_cast< ::_FILETIME* >(lpFileTime)); in SystemTimeToFileTime()
106 BOOST_FORCEINLINE BOOL_ FileTimeToSystemTime(const FILETIME_* lpFileTime, SYSTEMTIME_* lpSystemTime) in FileTimeToSystemTime() argument
108 …return ::FileTimeToSystemTime(reinterpret_cast< const ::_FILETIME* >(lpFileTime), reinterpret_cast… in FileTimeToSystemTime()
112 BOOST_FORCEINLINE BOOL_ FileTimeToLocalFileTime(const FILETIME_* lpFileTime, FILETIME_* lpLocalFile… in FileTimeToLocalFileTime() argument
114 …return ::FileTimeToLocalFileTime(reinterpret_cast< const ::_FILETIME* >(lpFileTime), reinterpret_c… in FileTimeToLocalFileTime()
[all …]