ホーム › System.SideShow › ISideShowNotification
ISideShowNotification
COMメソッド 10
vtbl = vtable インデックス(0始まり)。HSP等からCOMメソッドをインデックス指定で呼ぶ際に使用します。0〜2 は IUnknown。
| vtbl | メソッド |
|---|---|
| 3 | HRESULT get_NotificationId(DWORD* out_pNotificationId) |
| 4 | HRESULT put_NotificationId(DWORD in_notificationId) |
| 5 | HRESULT get_Title(LPWSTR* out_ppwszTitle) |
| 6 | HRESULT put_Title(LPWSTR in_pwszTitle) |
| 7 | HRESULT get_Message(LPWSTR* out_ppwszMessage) |
| 8 | HRESULT put_Message(LPWSTR in_pwszMessage) |
| 9 | HRESULT get_Image(HICON* out_phIcon) |
| 10 | HRESULT put_Image(HICON in_hIcon) |
| 11 | HRESULT get_ExpirationTime(SYSTEMTIME* out_pTime) |
| 12 | HRESULT put_ExpirationTime(SYSTEMTIME* in_pTime) |