win32gui.GetWindowText


获取指定窗口文本。

摘      自: GetWindowText 函数 (winuser.h)

另请参阅:

Basic Usage     Detailed Usage

Python

win32gui.GetWindowText(hwnd)
			

C++

int GetWindowTextW(
  [in]  HWND   hWnd,
  [out] LPWSTR lpString,
  [in]  int    nMaxCount
);
			

 

Copyright Notice: This article is an exclusive original manuscript, copyright belongs to Happy Digits Software , shall not be reproduced without permission.