Bool nwGetWindowText( hWnd, *caption, size ) NWHWND hWnd Sint8 *caption Sint32 size
hWnd | ウィンドウハンドル |
*caption | ウィンドウキャプション文字列を格納するバッファアドレス |
size | バッファサイズ |
TRUE | 成功 |
FALSE | 失敗 |
/* Gets the window hWnd's in buf */ Sint8 buf[256]; nwGetWindowText(hWnd, buf, sizeof(buf));