MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / GetSystemInfo

Function GetSystemInfo

extern/boost/boost/winapi/system.hpp:61–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59
60#if BOOST_WINAPI_PARTITION_APP_SYSTEM
61BOOST_FORCEINLINE VOID_ GetSystemInfo(LPSYSTEM_INFO_ lpSystemInfo)
62{
63 ::GetSystemInfo(reinterpret_cast< ::_SYSTEM_INFO* >(lpSystemInfo));
64}
65#endif
66
67#if BOOST_WINAPI_PARTITION_APP || BOOST_WINAPI_PARTITION_SYSTEM

Callers 4

get_system_infoFunction · 0.85
getSystemPageSizeMethod · 0.85
setupMutexFunction · 0.85
get_page_sizeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected