MSVCRT CommandLineToArgvW 新しいページはコチラ
提供: yonewiki
(→概要) |
(→概要) |
||
11行: | 11行: | ||
例 | 例 | ||
− | <span style="background:linear-gradient(transparent 75%, #ffbf7f 75%); font-weight:bold; "><span style="color:deeppink;">LPWSTR* </span>argvUTF16<span style="color:blue;">CommandLineToArgvW</span>(GetCommandLineW(), &argcUTF16);</span> | + | <span style="background:linear-gradient(transparent 75%, #ffbf7f 75%); font-weight:bold; "><span style="color:deeppink;">LPWSTR* </span>argvUTF16 = <span style="color:blue;">CommandLineToArgvW</span>(GetCommandLineW(), &argcUTF16);</span> |