본문 바로가기 메뉴 바로가기

More Code

프로필사진
  • 글쓰기
  • 관리
  • 태그
  • 방명록
  • RSS

More Code

검색하기 폼
  • Category (105)
    • Referece (4)
    • Series (55)
    • Piece (19)
    • Ongoing (18)
      • PythonNET (3)
      • Thread (3)
      • Operator (2)
      • String (8)
      • Mutable (2)
    • Puzzle (9)
      • ProjectEuler (3)
      • HackerRank (2)
      • Exercise (4)
  • 방명록

Detect Windows Architecture [C++] IsWow64Process SYSTEM_INFO GetNativeSystemInfo

참고 :IsWow64Process functionSYSTEM_INFO structureGetSystemInfo functionGetNativeSystemInfo function // C++ #include #include #include #include using namespace std; int _tmain(int argc, TCHAR *argv[]){ BOOL isWow64 = false; if (IsWow64Process(GetCurrentProcess(), &isWow64) != 0) cout

Series 2018. 6. 25. 05:37
Detect Windows Architecture [C++] CString.GetEnvironmentVariable

// C++ #include #include #include // for CString using namespace std; int _tmain(int argc, TCHAR *argv[]){ CString myArchitecture; if (myArchitecture.GetEnvironmentVariable(_T("PROCESSOR_ARCHITECTURE")) != 0) cout

Series 2018. 6. 25. 04:29
Detect Windows Architecture [C++] GetEnvironmentVariable

// C++ #include #include #include #include using namespace std; int _tmain(int argc, TCHAR *argv[]){ const DWORD buffSize = 10; LPTSTR buffer1 = new TCHAR[buffSize]; LPTSTR buffer2 = new TCHAR[buffSize]; if (GetEnvironmentVariable(TEXT("PROCESSOR_ARCHITECTURE"), buffer1, buffSize) != 0) cout

Series 2018. 6. 25. 04:21
이전 1 ··· 16 17 18 19 20 21 22 ··· 35 다음
이전 다음
공지사항
최근에 올라온 글
최근에 달린 댓글
Total
Today
Yesterday
링크
TAG
more
«   2025/08   »
일 월 화 수 목 금 토
1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31
글 보관함

Blog is powered by Tistory / Designed by Tistory

티스토리툴바