API 탐방 6편. 자신의 위치를 얻어오는 GetCurrentDirectory, GetModuleFileName
API 탐방 5편. 윈도우를 생성하고 표시하자! CreateWindow, ShowWindow
API 탐방 4편. 윈도우의 캡션을 설정하거나 가져오는 SetWindowText, GetWindowText
API 탐방 3편. 특정 윈도우의 핸들에 메시지를 전달하는 SendMessage
API 탐방 2편. 키의 상태를 확인하는 GetKeyState, GetAsyncKeyState
API 탐방 1편. 최상위의 핸들을 찾는 FindWindow