ホーム › Devices.Tapi › ITDirectoryObjectConference
ITDirectoryObjectConference
COMIDispatch (デュアル)✅ IDispatch を実装(デュアルインターフェース)。HSP では
comobj 経由でメソッド名による遅延バインド呼び出しができます(vtableインデックス不要)。メソッド 15
vtbl = vtable インデックス(0始まり)。IDispatch 実装のため HSP ではメソッド名でも呼べます(上記)。低レベルの index 呼び出し用に vtbl も掲載。0〜2 は IUnknown。
| vtbl | メソッド |
|---|---|
| 7 | HRESULT get_Protocol(LPWSTR* ppProtocol) |
| 8 | HRESULT get_Originator(LPWSTR* ppOriginator) |
| 9 | HRESULT put_Originator(LPWSTR pOriginator) |
| 10 | HRESULT get_AdvertisingScope(RND_ADVERTISING_SCOPE* pAdvertisingScope) |
| 11 | HRESULT put_AdvertisingScope(RND_ADVERTISING_SCOPE AdvertisingScope) |
| 12 | HRESULT get_Url(LPWSTR* ppUrl) |
| 13 | HRESULT put_Url(LPWSTR pUrl) |
| 14 | HRESULT get_Description(LPWSTR* ppDescription) |
| 15 | HRESULT put_Description(LPWSTR pDescription) |
| 16 | HRESULT get_IsEncrypted(VARIANT_BOOL* pfEncrypted) |
| 17 | HRESULT put_IsEncrypted(VARIANT_BOOL fEncrypted) |
| 18 | HRESULT get_StartTime(DOUBLE* pDate) |
| 19 | HRESULT put_StartTime(DOUBLE Date) |
| 20 | HRESULT get_StopTime(DOUBLE* pDate) |
| 21 | HRESULT put_StopTime(DOUBLE Date) |