MSVCRT CommandLineToArgvW 新しいページはコチラ

提供: yonewiki
移動: 案内, 検索
(ページの作成:「MSVC Runtimeリファレンスに戻る =='''概要'''==  for_each関数は引数の第1から引数の第2までのIterator...」)
 
(概要)
6行: 6行:
  
 
 例えば、以下のように定義して使います。
 
 例えば、以下のように定義して使います。
LPWSTR * CommandLineToArgvW(
+
 
  LPCWSTR lpCmdLine,
+
  int    *pNumArgs
+
);
+
 
 <span style = "background:linear-gradient(transparent 75%, #ffbf7f 75%); font-weight:bold; "><span style="color:deeppink;">LPWSTR * </span><span style="color:bule;">CommandLineToArgvW</span>(</span><span style="color:deeppink;">LPCWSTR</span> lpCmdLine, <span style="color:deeppink;">int*</span> pNumArgs);</span>
 
 <span style = "background:linear-gradient(transparent 75%, #ffbf7f 75%); font-weight:bold; "><span style="color:deeppink;">LPWSTR * </span><span style="color:bule;">CommandLineToArgvW</span>(</span><span style="color:deeppink;">LPCWSTR</span> lpCmdLine, <span style="color:deeppink;">int*</span> pNumArgs);</span>
  

2021年2月11日 (木) 00:00時点における版



個人用ツール
名前空間

変種
操作
案内
ツールボックス