Searched refs:lpSystemTime (Results 1 – 1 of 1) sorted by relevance
26 GetSystemTime(::_SYSTEMTIME* lpSystemTime);35 const ::_SYSTEMTIME* lpSystemTime,41 ::_SYSTEMTIME* lpSystemTime);96 BOOST_FORCEINLINE VOID_ GetSystemTime(LPSYSTEMTIME_ lpSystemTime) in GetSystemTime() argument98 ::GetSystemTime(reinterpret_cast< ::_SYSTEMTIME* >(lpSystemTime)); in GetSystemTime()101 BOOST_FORCEINLINE BOOL_ SystemTimeToFileTime(const SYSTEMTIME_* lpSystemTime, FILETIME_* lpFileTime) in SystemTimeToFileTime() argument103 …return ::SystemTimeToFileTime(reinterpret_cast< const ::_SYSTEMTIME* >(lpSystemTime), reinterpret_… in SystemTimeToFileTime()106 BOOST_FORCEINLINE BOOL_ FileTimeToSystemTime(const FILETIME_* lpFileTime, SYSTEMTIME_* lpSystemTime) in FileTimeToSystemTime() argument108 …nterpret_cast< const ::_FILETIME* >(lpFileTime), reinterpret_cast< ::_SYSTEMTIME* >(lpSystemTime)); in FileTimeToSystemTime()