W32 W64プログラミング 新しいページはコチラ

提供: yonewiki
移動: 案内, 検索
(概要)
(概要)
24行: 24行:
 
{
 
{
 
BOOL bIsWow64 = FALSE;
 
BOOL bIsWow64 = FALSE;
'''IsWow64Process(GetCurrentProcess(), &bIsWow64);'''
+
IsWow64Process(GetCurrentProcess(), &bIsWow64);
 
if (TRUE == bIsWow64) {
 
if (TRUE == bIsWow64) {
 
printf("このプロセスはWOW64(32bit)です。\n");
 
printf("このプロセスはWOW64(32bit)です。\n");

2018年10月16日 (火) 00:00時点における版



個人用ツール
名前空間

変種
操作
案内
ツールボックス