Home
last modified time | relevance | path

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

/third_party/boost/boost/winapi/
Dsystem.hpp22 struct _SYSTEM_INFO;
26 GetSystemInfo(::_SYSTEM_INFO* lpSystemInfo);
32 GetNativeSystemInfo(::_SYSTEM_INFO* lpSystemInfo);
41 typedef struct BOOST_MAY_ALIAS _SYSTEM_INFO { struct
63 ::GetSystemInfo(reinterpret_cast< ::_SYSTEM_INFO* >(lpSystemInfo)); in GetSystemInfo()
71 ::GetNativeSystemInfo(reinterpret_cast< ::_SYSTEM_INFO* >(lpSystemInfo)); in GetNativeSystemInfo()
/third_party/boost/boost/interprocess/detail/
Dwin32_api.hpp400 { return ::GetSystemInfo(reinterpret_cast< ::_SYSTEM_INFO* >(lpSystemInfo)); } in GetSystemInfo()