■ Programming Guide for 64-bit Windows
- http://msdn.microsoft.com/en-us/library/bb427430(v=VS.85).aspx
말그대로 64bit에서의 프로그래밍에 대한 가이드 시작 카테고리
■ Registry changes in x64-based versions of Windows Server 2003 and in Windows XP Professional x64 Edition
- http://support.microsoft.com/kb/896459/en-us/
요점 : 64bit OS에서 32bit 프로그램이 동작할때 사용하는 Registry 경로가 다른다는 것.
32-bit programs and 64-bit programs that are running on an x64-based version of Windows operate in different modes and use the following sections in the registry:
■ Registry Keys Affected by WOW64
- http://msdn.microsoft.com/en-us/library/aa384253
요점 : OS별로 Registry의 특정 위치가 Shared 되는지 Redirected 되는지 표로 알려줌
■ Registry Reflection in Windows
- http://msdn.microsoft.com/en-us/windows/hardware/gg463047.aspx
Registry Reflection 동작과 시나리오가 설명된 MS WORD 파일을 down받을 수 있는 페이지. word 파일이라고 큰 내용은 없다.
Vista OS 시절(Windows 7 출시 이전) 에 작성된 문서.
■ [Function] Wow64DisableWow64FsRedirection
- Disables file system redirection for the calling thread.
■ [Function] Wow64RevertWow64FsRedirection
- Restores file system redirection for the calling thread.
- http://msdn.microsoft.com/en-us/library/bb427430(v=VS.85).aspx
말그대로 64bit에서의 프로그래밍에 대한 가이드 시작 카테고리
■ Registry changes in x64-based versions of Windows Server 2003 and in Windows XP Professional x64 Edition
- http://support.microsoft.com/kb/896459/en-us/
요점 : 64bit OS에서 32bit 프로그램이 동작할때 사용하는 Registry 경로가 다른다는 것.
32-bit programs and 64-bit programs that are running on an x64-based version of Windows operate in different modes and use the following sections in the registry:
- Native mode 64-bit programs run in Native mode and access keys and values that are stored in the following registry sub key:
HKEY_LOCAL_MACHINE\Software
- 32-bit programs run in WOW64 mode and access keys and values that are stored in the following registry sub key:
HKEY_LOCAL_MACHINE\Software\WOW6432node
■ Registry Keys Affected by WOW64
- http://msdn.microsoft.com/en-us/library/aa384253
요점 : OS별로 Registry의 특정 위치가 Shared 되는지 Redirected 되는지 표로 알려줌
■ Registry Reflection in Windows
- http://msdn.microsoft.com/en-us/windows/hardware/gg463047.aspx
Registry Reflection 동작과 시나리오가 설명된 MS WORD 파일을 down받을 수 있는 페이지. word 파일이라고 큰 내용은 없다.
Vista OS 시절(Windows 7 출시 이전) 에 작성된 문서.
■ [Function] Wow64DisableWow64FsRedirection
- Disables file system redirection for the calling thread.
■ [Function] Wow64RevertWow64FsRedirection
- Restores file system redirection for the calling thread.
'프로그래밍' 카테고리의 다른 글
Google coding style guide (0) | 2013.02.05 |
---|---|
[InstallShield] Script project를 기준으로 한 기본 흐름 설명. (0) | 2011.12.26 |
Introduction to MSMQ (0) | 2011.08.26 |
실행 중 Window class name 바꾸기 (0) | 2011.08.24 |
Nagle Algorithm (네이글 알고리즘) (0) | 2011.07.12 |