#define global IID_IHTMLOptionsHolder "{3050F378-98B5-11CF-BB82-00AA00BDCE0B}"
#usecom global IHTMLOptionsHolder IID_IHTMLOptionsHolder "{}"
#comfunc global IHTMLOptionsHolder_get_document 7 sptr
#comfunc global IHTMLOptionsHolder_get_fonts 8 sptr
#comfunc global IHTMLOptionsHolder_put_execArg 9 int
#comfunc global IHTMLOptionsHolder_get_execArg 10 var
#comfunc global IHTMLOptionsHolder_put_errorLine 11 int
#comfunc global IHTMLOptionsHolder_get_errorLine 12 var
#comfunc global IHTMLOptionsHolder_put_errorCharacter 13 int
#comfunc global IHTMLOptionsHolder_get_errorCharacter 14 var
#comfunc global IHTMLOptionsHolder_put_errorCode 15 int
#comfunc global IHTMLOptionsHolder_get_errorCode 16 var
#comfunc global IHTMLOptionsHolder_put_errorMessage 17 wstr
#comfunc global IHTMLOptionsHolder_get_errorMessage 18 var
#comfunc global IHTMLOptionsHolder_put_errorDebug 19 int
#comfunc global IHTMLOptionsHolder_get_errorDebug 20 var
#comfunc global IHTMLOptionsHolder_get_unsecuredWindowOfDocument 21 sptr
#comfunc global IHTMLOptionsHolder_put_findText 22 wstr
#comfunc global IHTMLOptionsHolder_get_findText 23 var
#comfunc global IHTMLOptionsHolder_put_anythingAfterFrameset 24 int
#comfunc global IHTMLOptionsHolder_get_anythingAfterFrameset 25 var
#comfunc global IHTMLOptionsHolder_sizes 26 wstr,sptr
#comfunc global IHTMLOptionsHolder_openfiledlg 27 int,int,int,int,var
#comfunc global IHTMLOptionsHolder_savefiledlg 28 int,int,int,int,var
#comfunc global IHTMLOptionsHolder_choosecolordlg 29 int,var
#comfunc global IHTMLOptionsHolder_showSecurityInfo 30
#comfunc global IHTMLOptionsHolder_isApartmentModel 31 sptr,var
#comfunc global IHTMLOptionsHolder_getCharset 32 wstr,var
#comfunc global IHTMLOptionsHolder_get_secureConnectionInfo 33 var
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数は var(変数直渡し)。varptr 方式にも切替可。
; ※ハンドル/void*等の不透明ポインタは IronHSP では intptr 指定が可能。
; ※IDispatch 実装。HSP では comobj 経由でメソッド名による呼び出しも可能(vtbl 不要)。#define global IID_IHTMLOptionsHolder "{3050F378-98B5-11CF-BB82-00AA00BDCE0B}"
#usecom global IHTMLOptionsHolder IID_IHTMLOptionsHolder "{}"
#comfunc global IHTMLOptionsHolder_get_document 7 sptr
#comfunc global IHTMLOptionsHolder_get_fonts 8 sptr
#comfunc global IHTMLOptionsHolder_put_execArg 9 int
#comfunc global IHTMLOptionsHolder_get_execArg 10 sptr
#comfunc global IHTMLOptionsHolder_put_errorLine 11 int
#comfunc global IHTMLOptionsHolder_get_errorLine 12 sptr
#comfunc global IHTMLOptionsHolder_put_errorCharacter 13 int
#comfunc global IHTMLOptionsHolder_get_errorCharacter 14 sptr
#comfunc global IHTMLOptionsHolder_put_errorCode 15 int
#comfunc global IHTMLOptionsHolder_get_errorCode 16 sptr
#comfunc global IHTMLOptionsHolder_put_errorMessage 17 wstr
#comfunc global IHTMLOptionsHolder_get_errorMessage 18 sptr
#comfunc global IHTMLOptionsHolder_put_errorDebug 19 int
#comfunc global IHTMLOptionsHolder_get_errorDebug 20 sptr
#comfunc global IHTMLOptionsHolder_get_unsecuredWindowOfDocument 21 sptr
#comfunc global IHTMLOptionsHolder_put_findText 22 wstr
#comfunc global IHTMLOptionsHolder_get_findText 23 sptr
#comfunc global IHTMLOptionsHolder_put_anythingAfterFrameset 24 int
#comfunc global IHTMLOptionsHolder_get_anythingAfterFrameset 25 sptr
#comfunc global IHTMLOptionsHolder_sizes 26 wstr,sptr
#comfunc global IHTMLOptionsHolder_openfiledlg 27 int,int,int,int,sptr
#comfunc global IHTMLOptionsHolder_savefiledlg 28 int,int,int,int,sptr
#comfunc global IHTMLOptionsHolder_choosecolordlg 29 int,sptr
#comfunc global IHTMLOptionsHolder_showSecurityInfo 30
#comfunc global IHTMLOptionsHolder_isApartmentModel 31 sptr,sptr
#comfunc global IHTMLOptionsHolder_getCharset 32 wstr,sptr
#comfunc global IHTMLOptionsHolder_get_secureConnectionInfo 33 sptr
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数はポインタ方式(token=sptr / 呼び出しは varptr(変数))。
; ※ハンドル/void*等の不透明ポインタは IronHSP では intptr 指定が可能。
; ※IDispatch 実装。HSP では comobj 経由でメソッド名による呼び出しも可能(vtbl 不要)。