An open API service indexing awesome lists of open source software.

https://github.com/ahmed-nirzar/messagebox

Creating Windows MessageBox in C
https://github.com/ahmed-nirzar/messagebox

c messagebox messagebox-winapi win32 win32-api win32-c win32api

Last synced: 3 months ago
JSON representation

Creating Windows MessageBox in C

Awesome Lists containing this project

README

        

# 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`