NWHWND nwFindWindow( hWnd, *caption ) NWHWND hWnd Sint8 *caption
hWnd | ウィンドウを探し始める親ウィンドウ |
caption | 検索ウィンドウのキャプション文字列 |
成功 | ウィンドウハンドル |
失敗 | NULL |
すべてのウィンドウを検索の対象としたい場合は、親ウィンドウにNULLを指定してください。
/* Find "Material Window" window from all of windows */ hWnd = nwFindWindow(NULL, "Material Window");