auto_message_box

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
version(Windows && Not_betterC)
extern (C) nothrow nothrow @nogc
void
auto_message_box
(
alias message
alias title
)
()
if (
is(typeof(message) : immutable wstring) &&
is(typeof(title) : immutable wstring)
)

Meta