#define global IID_IADsAccessControlEntry "{B4F3A14C-9BDD-11D0-852C-00C04FD8D503}"
#usecom global IADsAccessControlEntry IID_IADsAccessControlEntry "{}"
#comfunc global IADsAccessControlEntry_get_AccessMask 7 var
#comfunc global IADsAccessControlEntry_put_AccessMask 8 int
#comfunc global IADsAccessControlEntry_get_AceType 9 var
#comfunc global IADsAccessControlEntry_put_AceType 10 int
#comfunc global IADsAccessControlEntry_get_AceFlags 11 var
#comfunc global IADsAccessControlEntry_put_AceFlags 12 int
#comfunc global IADsAccessControlEntry_get_Flags 13 var
#comfunc global IADsAccessControlEntry_put_Flags 14 int
#comfunc global IADsAccessControlEntry_get_ObjectType 15 var
#comfunc global IADsAccessControlEntry_put_ObjectType 16 wstr
#comfunc global IADsAccessControlEntry_get_InheritedObjectType 17 var
#comfunc global IADsAccessControlEntry_put_InheritedObjectType 18 wstr
#comfunc global IADsAccessControlEntry_get_Trustee 19 var
#comfunc global IADsAccessControlEntry_put_Trustee 20 wstr
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数は var(変数直渡し)。varptr 方式にも切替可。
; ※IDispatch 実装。HSP では comobj 経由でメソッド名による呼び出しも可能(vtbl 不要)。#define global IID_IADsAccessControlEntry "{B4F3A14C-9BDD-11D0-852C-00C04FD8D503}"
#usecom global IADsAccessControlEntry IID_IADsAccessControlEntry "{}"
#comfunc global IADsAccessControlEntry_get_AccessMask 7 sptr
#comfunc global IADsAccessControlEntry_put_AccessMask 8 int
#comfunc global IADsAccessControlEntry_get_AceType 9 sptr
#comfunc global IADsAccessControlEntry_put_AceType 10 int
#comfunc global IADsAccessControlEntry_get_AceFlags 11 sptr
#comfunc global IADsAccessControlEntry_put_AceFlags 12 int
#comfunc global IADsAccessControlEntry_get_Flags 13 sptr
#comfunc global IADsAccessControlEntry_put_Flags 14 int
#comfunc global IADsAccessControlEntry_get_ObjectType 15 sptr
#comfunc global IADsAccessControlEntry_put_ObjectType 16 wstr
#comfunc global IADsAccessControlEntry_get_InheritedObjectType 17 sptr
#comfunc global IADsAccessControlEntry_put_InheritedObjectType 18 wstr
#comfunc global IADsAccessControlEntry_get_Trustee 19 sptr
#comfunc global IADsAccessControlEntry_put_Trustee 20 wstr
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数はポインタ方式(token=sptr / 呼び出しは varptr(変数))。
; ※IDispatch 実装。HSP では comobj 経由でメソッド名による呼び出しも可能(vtbl 不要)。