Home
last modified time | relevance | path

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

/third_party/boost/boost/winapi/
Dsystem.hpp26 GetSystemInfo(::_SYSTEM_INFO* lpSystemInfo);
32 GetNativeSystemInfo(::_SYSTEM_INFO* lpSystemInfo);
61 BOOST_FORCEINLINE VOID_ GetSystemInfo(LPSYSTEM_INFO_ lpSystemInfo) in GetSystemInfo() argument
63 ::GetSystemInfo(reinterpret_cast< ::_SYSTEM_INFO* >(lpSystemInfo)); in GetSystemInfo()
69 BOOST_FORCEINLINE VOID_ GetNativeSystemInfo(LPSYSTEM_INFO_ lpSystemInfo) in GetNativeSystemInfo() argument
71 ::GetNativeSystemInfo(reinterpret_cast< ::_SYSTEM_INFO* >(lpSystemInfo)); in GetNativeSystemInfo()
/third_party/boost/boost/interprocess/detail/
Dwin32_api.hpp399 BOOST_FORCEINLINE void GetSystemInfo(boost::winapi::LPSYSTEM_INFO_ lpSystemInfo) in GetSystemInfo() argument
400 { return ::GetSystemInfo(reinterpret_cast< ::_SYSTEM_INFO* >(lpSystemInfo)); } in GetSystemInfo()