int MessageBox(
HWND hWnd,
LPCTSTR lpText,
LPCTSTR lpCaption,
UINT uType
);
Requirements.
Header : winuser.h (include windows.h)
Library : user32.lib
DLL : user32.dll
example codes
int DisplayResourceNAMessageBox() switch (msgboxID) return msgboxID; |
from MS : https://docs.microsoft.com/en-us/windows/desktop/api/winuser/nf-winuser-messagebox
///1846
'VisualStudio.C++.C# > 코딩팁,함수활용,단편' 카테고리의 다른 글
memcmp, memcpy, memset (0) | 2019.03.13 |
---|---|
float 형 변수에 할당된 4바이트 메모리의 각 바이트 단위로 접근하는법. (0) | 2019.02.20 |
HID driver for Windows OS. Human Interface Devices (0) | 2018.09.05 |
unreal. 기본 활용법. (0) | 2017.07.26 |
unreal. 언리얼엔진 새프로젝트 만들기. (0) | 2017.07.26 |
댓글