Share via


textstor.h) (結構TS_SELECTION_ACP結構

TS_SELECTION_ACP結構包含以 ACP 為基礎的文字選取資料。

語法

typedef struct TS_SELECTION_ACP {
  LONG              acpStart;
  LONG              acpEnd;
  TS_SELECTIONSTYLE style;
} TS_SELECTION_ACP;

成員

acpStart

包含選取範圍的開始位置。

acpEnd

包含選取範圍的結束位置。

style

包含其他選取資料的 TS_SELECTIONSTYLE 結構。

規格需求

   
最低支援的用戶端 Windows 2000 專業版 [傳統型應用程式 |UWP 應用程式]
最低支援的伺服器 Windows 2000 Server [傳統型應用程式 |UWP 應用程式]
標頭 textstor.h
可轉散發套件 Windows 2000 專業版上的 TSF 1.0

另請參閱

ITextStoreACP::GetSelection

ITextStoreACP::SetSelection

TS_SELECTIONSTYLE