... (LPCWSTR)L"Test", MB_OK); // copies text from the edit box MOUSEHOOKSTRUCT *m = (MOUSEHOOKSTRUCT*) lParam; int n = GetWindowTextLength(m->hwnd); // if ...
確定! 回上一頁