#define global IID_IADsDomain "{00E4C220-FD16-11CE-ABC4-02608C9E7553}"
#usecom global IADsDomain IID_IADsDomain "{}"
#comfunc global IADsDomain_get_IsWorkgroup 20 var
#comfunc global IADsDomain_get_MinPasswordLength 21 var
#comfunc global IADsDomain_put_MinPasswordLength 22 int
#comfunc global IADsDomain_get_MinPasswordAge 23 var
#comfunc global IADsDomain_put_MinPasswordAge 24 int
#comfunc global IADsDomain_get_MaxPasswordAge 25 var
#comfunc global IADsDomain_put_MaxPasswordAge 26 int
#comfunc global IADsDomain_get_MaxBadPasswordsAllowed 27 var
#comfunc global IADsDomain_put_MaxBadPasswordsAllowed 28 int
#comfunc global IADsDomain_get_PasswordHistoryLength 29 var
#comfunc global IADsDomain_put_PasswordHistoryLength 30 int
#comfunc global IADsDomain_get_PasswordAttributes 31 var
#comfunc global IADsDomain_put_PasswordAttributes 32 int
#comfunc global IADsDomain_get_AutoUnlockInterval 33 var
#comfunc global IADsDomain_put_AutoUnlockInterval 34 int
#comfunc global IADsDomain_get_LockoutObservationInterval 35 var
#comfunc global IADsDomain_put_LockoutObservationInterval 36 int
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数は var(変数直渡し)。varptr 方式にも切替可。
; ※IDispatch 実装。HSP では comobj 経由でメソッド名による呼び出しも可能(vtbl 不要)。#define global IID_IADsDomain "{00E4C220-FD16-11CE-ABC4-02608C9E7553}"
#usecom global IADsDomain IID_IADsDomain "{}"
#comfunc global IADsDomain_get_IsWorkgroup 20 sptr
#comfunc global IADsDomain_get_MinPasswordLength 21 sptr
#comfunc global IADsDomain_put_MinPasswordLength 22 int
#comfunc global IADsDomain_get_MinPasswordAge 23 sptr
#comfunc global IADsDomain_put_MinPasswordAge 24 int
#comfunc global IADsDomain_get_MaxPasswordAge 25 sptr
#comfunc global IADsDomain_put_MaxPasswordAge 26 int
#comfunc global IADsDomain_get_MaxBadPasswordsAllowed 27 sptr
#comfunc global IADsDomain_put_MaxBadPasswordsAllowed 28 int
#comfunc global IADsDomain_get_PasswordHistoryLength 29 sptr
#comfunc global IADsDomain_put_PasswordHistoryLength 30 int
#comfunc global IADsDomain_get_PasswordAttributes 31 sptr
#comfunc global IADsDomain_put_PasswordAttributes 32 int
#comfunc global IADsDomain_get_AutoUnlockInterval 33 sptr
#comfunc global IADsDomain_put_AutoUnlockInterval 34 int
#comfunc global IADsDomain_get_LockoutObservationInterval 35 sptr
#comfunc global IADsDomain_put_LockoutObservationInterval 36 int
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数はポインタ方式(token=sptr / 呼び出しは varptr(変数))。
; ※IDispatch 実装。HSP では comobj 経由でメソッド名による呼び出しも可能(vtbl 不要)。