Searched refs:enmInfo (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Runtime/generic/
H A DRTSystemQueryOSInfo-generic.cpp38 RTDECL(int) RTSystemQueryOSInfo(RTSYSOSINFO enmInfo, char *pszInfo, size_t cchInfo) argument
43 AssertReturn(enmInfo > RTSYSOSINFO_INVALID && enmInfo < RTSYSOSINFO_END, VERR_INVALID_PARAMETER);
/vbox/src/VBox/Runtime/r3/posix/
H A DRTSystemQueryOSInfo-posix.cpp39 RTDECL(int) RTSystemQueryOSInfo(RTSYSOSINFO enmInfo, char *pszInfo, size_t cchInfo) argument
44 AssertReturn(enmInfo > RTSYSOSINFO_INVALID && enmInfo < RTSYSOSINFO_END, VERR_INVALID_PARAMETER);
52 switch (enmInfo)
62 switch (enmInfo)
/vbox/src/VBox/Runtime/r3/win/
H A DRTSystemQueryOSInfo-win.cpp155 * @param enmInfo See RTSystemQueryOSInfo.
159 static int rtSystemWinQueryOSVersion(RTSYSOSINFO enmInfo, char *pszInfo, size_t cchInfo) argument
176 switch (enmInfo)
307 RTDECL(int) RTSystemQueryOSInfo(RTSYSOSINFO enmInfo, char *pszInfo, size_t cchInfo)
312 AssertReturn(enmInfo > RTSYSOSINFO_INVALID && enmInfo < RTSYSOSINFO_END, VERR_INVALID_PARAMETER);
321 switch (enmInfo)
326 return rtSystemWinQueryOSVersion(enmInfo, pszInfo, cchInfo);
/vbox/include/iprt/
H A Dsystem.h59 * @retval VERR_INVALID_PARAMETER if enmInfo is invalid.
66 * @param enmInfo The OS info level.
70 RTDECL(int) RTSystemQueryOSInfo(RTSYSOSINFO enmInfo, char *pszInfo, size_t cchInfo);

Completed in 67 milliseconds