remSNB 結構 (objidl.h)
RemSNB結構用於封送處理SNB資料類型。
在 IStorage 介面中定義, (Storag.idl) 。
語法
typedef struct tagRemSNB {
ULONG ulCntStr;
ULONG ulCntChar;
OLECHAR rgString[1];
} RemSNB;
成員
ulCntStr
rgString緩衝區中的字串數目。
ulCntChar
以位元組為單位的 rgString 緩衝區大小。
rgString[1]
包含 SNB 結構之資料流程名稱字串的位元組陣列指標。
需求
最低支援的用戶端 | Windows 2000 Professional [僅限傳統型應用程式] |
最低支援的伺服器 | Windows 2000 Server [僅限桌面應用程式] |
標頭 | objidl.h |