共用方式為


SizedDtblLabel

適用於:Outlook 2013 |Outlook 2016

建立具名結構,其中包含用於描述標籤的 DTBLLABEL 結構,以及指定長度的相關聯標籤。

屬性
在標頭檔案中指定:
Mapidefs.h
相關結構
DTBLLABEL
SizedDtblLabel (n, u)

參數

n

卷標的長度。 這包括結束 Null 字元。

u

新結構的名稱。

註解

當已知標籤中的字元數目時, SizedDtblLabel 宏可讓您定義顯示數據表標籤。 新的 結構會使用下列成員建立:

DTBLLABEL dtbllabel;
TCHAR lpszLabelName[n];

若要使用從 SizedDtblLabel 宏產生的結構指標做為 DTBLLABEL 結構指標,請執行下列轉換:

lpDtblLabel = (LPDTBLLABEL) &SizedDtblLabel;

另請參閱