Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 354 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 354 Bytes

MessageBox

Creating Windows MessageBox in C
Basic Structure
int MessageBox(
[in, optional] HWND hWnd,
[in, optional] LPCTSTR lpText,
[in, optional] LPCTSTR lpCaption,
[in] UINT uType
);

For all information visit https://learn.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-messagebox