Nindowsライブラリ - エディットウィンドウ関数

nwEditWinPrintf

文字列の追加表示

書式

Bool nwEditWinPrintf( hWnd, *fmt, ... ) 
NWHWND hWnd 
Sint8 *fmt 

引数

hWnd   文字列を追加するエディットウィンドウのウィンドウハンドル
*fmt   printf()書式文字列

戻り値

TRUE   成功
FALSE   失敗

解説

エディットウィンドウに文字列を追加し表示します。 printf()書式が利用できます。

用例

nwEditWinPrintf(hWnd, "i = %d\n", i);

参照

nwCreateEditWindow()
nwEditWinAddString()

nwEditWinPrintf
COPYRIGHT © SEGA ENTERPRISES, LTD., 1998,1999