Source position: jwawinuser.pas line 6501
type tagMSGBOXPARAMSW = record |
cbSize: UINT; |
hwndOwner: HWND; |
hInstance: HINST; |
lpszText: LPCWSTR; |
lpszCaption: LPCWSTR; |
dwStyle: DWORD; |
lpszIcon: LPCWSTR; |
dwContextHelpId: DWORD_PTR; |
lpfnMsgBoxCallback: MSGBOXCALLBACK; |
dwLanguageId: DWORD; |
end; |