Skip to content

Ahmed-Nirzar/MessageBox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages