windows.h

<windows.h> 는 수많은 헤더파일중 하나이며,
헤더파일은 작성된 명령 코드 데이터를 특정 루트에
따로 저장해놓은 형식의 파일이다.

사용법은 #include <windows.h> 를 입력하여 추가한다.
주로, c++ 윈도우용 프로그램 개발환경에서 이용된다.

※ 사용하는 프로그래밍 툴과 해당 버전에서 기본적으로
#include <windows.h> 구문을 포함하고 있는지 확인한다.

또한, windows.h 에 추가로 포함되는
하위 헤더파일들의 목록은 다음과 같으며,

필요시, 각 개체를 직접 호출하여 사용한다.

마찬가지로 사용법은,

#include < >

를 입력,

괄호 사이에 해당 개체명을
삽입하여 추가한다.

예,

#include <excpt.h>

※ windows.h 의 하위 개념이므로,
#include <windows.h> 구문 아래에 입력한다.

excpt.h
stdarg.h
windef.h
winnt.h
basetsd.h
guiddef.h
ctype.h
string.h
winbase.h
winerror.h
wingdi.h
winuser.h
winnls.h
wincon.h
winver.h
winreg.h
winnetwk.h
winsvc.h
imm.h
cderr.h
commdlg.h
dde.h
ddeml.h
dlgs.h
lzexpand.h
mmsystem.h
nb30.h
rpc.h
shellapi.h
wincrypt.h
winperf.h
winresrc.h
winsock.h
winspool.h
winbgim.h
ole2.h
objbase.h
oleauto.h
olectlid.h