Button_GetTextLength巨集 (windowsx.h)
取得按鈕文字中的字元數。
語法
int Button_GetTextLength(
HWND hwndCtl
);
參數
hwndCtl
類型:HWND
按鈕控件的句柄。
傳回值
類型:int
按鈕文字的長度,以字元為單位。
言論
巨集會展開至對 GetWindowTextLength 的呼叫。
要求
要求 | 價值 |
---|---|
最低支援的用戶端 | Windows Vista [僅限傳統型應用程式] |
支援的最低伺服器 | Windows Server 2003 [僅限傳統型應用程式] |
目標平臺 | 窗戶 |
標頭 | windowsx.h |