_d_wrun_main

Windows-specific version for wide command-line arguments, e.g., from a wmain/wWinMain C entry point. This wide version uses the specified arguments, unlike narrow _d_run_main which uses the actual (wide) process arguments instead.

version(Windows)
extern (C)
int
_d_wrun_main
(
int argc
,
wchar** wargv
,
MainFunc mainFunc
)

Meta