TfLayoutCode 列舉 (msctf.h)
TfLayoutCode列舉的元素會指定ITfTextLayoutSink::OnLayoutChange通知中的版面配置變更類型。
Syntax
typedef enum __MIDL_ITfTextLayoutSink_0001 {
TF_LC_CREATE = 0,
TF_LC_CHANGE = 1,
TF_LC_DESTROY = 2
} TfLayoutCode;
常數
TF_LC_CREATE 值: 0 剛建立檢視。 |
TF_LC_CHANGE 值: 1 檢視配置已變更。 |
TF_LC_DESTROY 值: 2 檢視即將終結。 |
備註
在 TSF 中,檢視是檔內容的螢幕轉譯。 這些常數會指派給 ITf* 介面方法的參數,但不會指派 給 IText* 介面的參數。
需求
最低支援的用戶端 | Windows 2000 專業版 [僅限傳統型應用程式] |
最低支援的伺服器 | Windows 2000 Server [僅限傳統型應用程式] |
標頭 | msctf.h |
可轉散發套件 | Windows 2000 專業版上的 TSF 1.0 |