Retrieves information about the current system.
To retrieve accurate information for an application running on WOW64, call the GetNativeSystemInfo function.
Syntax
C++
void WINAPI GetSystemInfo(
_Out_ LPSYSTEM_INFO lpSystemInfo
);
Parameters
- lpSystemInfo [out]
A pointer to a SYSTEM_INFO structure that receives the information.
Return value
This function does not return a value.
Examples
For an example, see Getting Hardware Information.
Requirements
Minimum supported client | Windows 2000 Professional [desktop apps | Windows Store apps] |
---|---|
Minimum supported server | Windows 2000 Server [desktop apps | Windows Store apps] |
Header |
|
Library |
|
DLL |
|
See also
from : https://msdn.microsoft.com/en-us/library/windows/desktop/ms724381(v=vs.85).aspx
///1283.
'VisualStudio.C++.C# > 코딩팁,함수활용,단편' 카테고리의 다른 글
GetFileVersionInfo. (0) | 2017.04.15 |
---|---|
Getting the System Version. (0) | 2017.04.15 |
WM_USER, WM_APP. 메시지 번호 범위 용도. (0) | 2017.04.06 |
SendNotifyMessage. (0) | 2017.04.06 |
MFC. Animation Control (CAnimateCtrl Class). AVI 파일 비디오만 재생. (0) | 2017.03.28 |
댓글