CS_HREDRAW DT_VCENTER SND_FILENAME
CS_VREDRAW IDC_ARROW WM_CREATE
CW_USEDEFAULT IDI_APPLICATION WM_DESTROY
DT_CENTER MB_ICONERROR WM_PAINT
DT_SINGLELINE SND_ASYNC WS_OVERLAPPEDWINDOW
CS Class style option
CW Create window option
DT Draw text option
IDI ID number for an icon
IDC ID number for a cursor
MB Message box options
SND Sound option
WM Window message
WS Window style
Programmierung
IDC ID number for a cursor. IDC_ARROW. MB. Message box options. MB_ICONERROR. SND Sound option. SND_FILENAME. WM. Window message. WM_CREATE. WS
Introduction to Programming the Windows GUI with Pelles C