Created
September 25, 2018 15:20
-
-
Save NaniteFactory/5b54e2c148a5036f1712e578807211fc to your computer and use it in GitHub Desktop.
MessageBox Win32 API
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| MessageBoxW( | |
| NULL, | |
| (LPCWSTR)L"Resource not available\nDo you want to try again?", | |
| (LPCWSTR)L"Account Details 1", | |
| MB_ICONWARNING | MB_CANCELTRYCONTINUE | MB_DEFBUTTON2 | |
| ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment