GetWindow

なでしこでWindowsAPIを使う時の書式を各API毎にソースを載せています。
返信する
choco
管理人
記事: 279
登録日時: 2011年5月30日(月) 10:44

GetWindow

投稿記事 by choco »

●GetWindowText(p1,p2,p3)=DLL("user32.dll","int GetWindowTextA(
HWND hWnd,
LPTSTR lpString,
int nMaxCount
)")
引数
hWnd
取得元ウインドウのハンドル
lpString
ウインドウテキストが格納されるバッファのポインタ
nMaxCount
lpStringバッファのサイズ
返信する