본문 바로가기

C#/Windows

Win64 API가 있나요?

728x90

Q.

If I'm correct, Win32 is adapting or has been adapted to cope with 64 bit windows, for example, GetWindowLongPtr on 64 bit as opposed to GetWindowLong on 32 bit. Will there be a Win64 Api, and if so, is there any indication on when the transition will happen?

I'm not very knowledgeable on this subject so I apologize if I have anything obvious wrong. Thanks in advance, ell.

 

A.

This transition happened around the turn of the century. 64 bit versions of Windows using the 64 bit version of Win32 have been in use for a long time now.

However, the 64 bit version of Win32 is still known as Win32 since it is essentially an identical interface with the only major difference being different sized pointers.

 

[출처]

https://stackoverflow.com/questions/7476814/will-there-be-a-win64-api

728x90

'C# > Windows' 카테고리의 다른 글

WndProc으로 Windows Message 제어하기  (0) 2023.11.05
윈도우 프로그래밍 동작 방식  (0) 2023.11.05
Win32 API에서 제공하는 자료형  (0) 2023.11.05
Windows API  (0) 2023.11.05