Searched refs:lpSystemInfo (Results 1 – 2 of 2) sorted by relevance
26 GetSystemInfo(::_SYSTEM_INFO* lpSystemInfo);32 GetNativeSystemInfo(::_SYSTEM_INFO* lpSystemInfo);61 BOOST_FORCEINLINE VOID_ GetSystemInfo(LPSYSTEM_INFO_ lpSystemInfo) in GetSystemInfo() argument63 ::GetSystemInfo(reinterpret_cast< ::_SYSTEM_INFO* >(lpSystemInfo)); in GetSystemInfo()69 BOOST_FORCEINLINE VOID_ GetNativeSystemInfo(LPSYSTEM_INFO_ lpSystemInfo) in GetNativeSystemInfo() argument71 ::GetNativeSystemInfo(reinterpret_cast< ::_SYSTEM_INFO* >(lpSystemInfo)); in GetNativeSystemInfo()
399 BOOST_FORCEINLINE void GetSystemInfo(boost::winapi::LPSYSTEM_INFO_ lpSystemInfo) in GetSystemInfo() argument400 { return ::GetSystemInfo(reinterpret_cast< ::_SYSTEM_INFO* >(lpSystemInfo)); } in GetSystemInfo()