xLogger icon indicating copy to clipboard operation
xLogger copied to clipboard

Masked bits support

Open katahiromz opened this issue 4 years ago • 0 comments

        MessageBoxType uType = MB_ABORTRETRYIGNORE | MB_OK | MB_OKCANCEL | MB_YESNOCANCEL | MB_ICONINFORMATION

This uType is wrong. It must be MB_ICONINFORMATION | MB_YESNOCANCEL. The mask value is MB_TYPEMASK.

katahiromz avatar Jul 25 '21 12:07 katahiromz