#define global IID_IHeaderFooter "{3050F6CE-98B5-11CF-BB82-00AA00BDCE0B}"
#usecom global IHeaderFooter IID_IHeaderFooter "{}"
#comfunc global IHeaderFooter_get_htmlHead 7 var
#comfunc global IHeaderFooter_get_htmlFoot 8 var
#comfunc global IHeaderFooter_put_textHead 9 wstr
#comfunc global IHeaderFooter_get_textHead 10 var
#comfunc global IHeaderFooter_put_textFoot 11 wstr
#comfunc global IHeaderFooter_get_textFoot 12 var
#comfunc global IHeaderFooter_put_page 13 int
#comfunc global IHeaderFooter_get_page 14 var
#comfunc global IHeaderFooter_put_pageTotal 15 int
#comfunc global IHeaderFooter_get_pageTotal 16 var
#comfunc global IHeaderFooter_put_URL 17 wstr
#comfunc global IHeaderFooter_get_URL 18 var
#comfunc global IHeaderFooter_put_title 19 wstr
#comfunc global IHeaderFooter_get_title 20 var
#comfunc global IHeaderFooter_put_dateShort 21 wstr
#comfunc global IHeaderFooter_get_dateShort 22 var
#comfunc global IHeaderFooter_put_dateLong 23 wstr
#comfunc global IHeaderFooter_get_dateLong 24 var
#comfunc global IHeaderFooter_put_timeShort 25 wstr
#comfunc global IHeaderFooter_get_timeShort 26 var
#comfunc global IHeaderFooter_put_timeLong 27 wstr
#comfunc global IHeaderFooter_get_timeLong 28 var
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数は var(変数直渡し)。varptr 方式にも切替可。
; ※IDispatch 実装。HSP では comobj 経由でメソッド名による呼び出しも可能(vtbl 不要)。#define global IID_IHeaderFooter "{3050F6CE-98B5-11CF-BB82-00AA00BDCE0B}"
#usecom global IHeaderFooter IID_IHeaderFooter "{}"
#comfunc global IHeaderFooter_get_htmlHead 7 sptr
#comfunc global IHeaderFooter_get_htmlFoot 8 sptr
#comfunc global IHeaderFooter_put_textHead 9 wstr
#comfunc global IHeaderFooter_get_textHead 10 sptr
#comfunc global IHeaderFooter_put_textFoot 11 wstr
#comfunc global IHeaderFooter_get_textFoot 12 sptr
#comfunc global IHeaderFooter_put_page 13 int
#comfunc global IHeaderFooter_get_page 14 sptr
#comfunc global IHeaderFooter_put_pageTotal 15 int
#comfunc global IHeaderFooter_get_pageTotal 16 sptr
#comfunc global IHeaderFooter_put_URL 17 wstr
#comfunc global IHeaderFooter_get_URL 18 sptr
#comfunc global IHeaderFooter_put_title 19 wstr
#comfunc global IHeaderFooter_get_title 20 sptr
#comfunc global IHeaderFooter_put_dateShort 21 wstr
#comfunc global IHeaderFooter_get_dateShort 22 sptr
#comfunc global IHeaderFooter_put_dateLong 23 wstr
#comfunc global IHeaderFooter_get_dateLong 24 sptr
#comfunc global IHeaderFooter_put_timeShort 25 wstr
#comfunc global IHeaderFooter_get_timeShort 26 sptr
#comfunc global IHeaderFooter_put_timeLong 27 wstr
#comfunc global IHeaderFooter_get_timeLong 28 sptr
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数はポインタ方式(token=sptr / 呼び出しは varptr(変数))。
; ※IDispatch 実装。HSP では comobj 経由でメソッド名による呼び出しも可能(vtbl 不要)。